curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/reports/customer-credits \
--header 'Authorization: Bearer <token>'{
"data": [
{
"customer_id": "<string>",
"total_credits": 123,
"total_applied_credits": 123,
"total_available_credits": 123,
"customer_name": "<string>"
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the Business
"biz_GA6EG2qFxA97NZHtxeLPUy"
Successful Response
Show child attributes
curl --request GET \
--url https://api.sandbox.getasset.com/v0/business/{business_id}/reports/customer-credits \
--header 'Authorization: Bearer <token>'{
"data": [
{
"customer_id": "<string>",
"total_credits": 123,
"total_applied_credits": 123,
"total_available_credits": 123,
"customer_name": "<string>"
}
]
}