POST /v1/integration/organization/{ORG_ID}/usage' \
Usage record API
{
"usage_record_id" : "123457", //distinct usage_record ID
"customer_id" : "1008", // customer_ID in your system
"usage_data" : [
{
"resource" : "API", //from the response in the previous GET response
"quantity" : 5000 //usage quantity for the day or period you select
}
]
}
You can find your ORG_ID and your API_KEY in the organization page in PriceOps.