Customer information and Usage record API
API's for getting customer information and sending the usage record
https://engine.prod.priceops.net/apicurl'https://engine.prod.priceops.net/api/v1/integration/organization/{ORG_ID}' \
'Authorization: {API_KEY}'GET /v1/integration/organization/{ORG_ID}/customers' \{
"customer_id": "1007",
"customer_plans": [
{
"product_name": "Better",
"status": "active",
"scenario_name": "Product Launch",
"project_name": "New Project"
},
{
"product_name": "Good_MVP",
"status": "active",
"scenario_name": "Product Launch",
"project_name": "Project - MVP Launch"
}
],
"resource_list": [
"API"
]
},
{
"customer_id": "1008",
"customer_plans": [
{
"product_name": "Better",
"status": "active",
"scenario_name": "Product Launch",
"project_name": "New Project"
},
{
"product_name": "Good_MVP",
"status": "active",
"scenario_name": "Product Launch",
"project_name": "Project - MVP Launch"
}
],
"resource_list": [
"API"
]
}
Last updated