Get credit product
Retrieve the details of an existing credit product for a customer.
GET
/
v1
/
customers
/
{id}
/
credits
/
{productId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Credit product ID.
Current credit balance.
Customer ID related to the credit
Credit name
Value indicating a low threshold.
Credit last refresh date.
Credit creation date.
Credit last edition date.
Was this page helpful?