Customer Credits - Accounts (Experimental)
Retrieve a customer credits account
Get details of a customer credits account by ID.
get/v1/customer-credits/accounts/{id}
Path parameters
idstring required
Response
Account details
Example response
{
"id": "cca_abc123",
"customer_id": "cust_abc123",
"name": "default",
"unit_label": "credits"
}