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>"
}
]
}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>"
}
]
}