v1
latestOpenAPI 3.1.02026-07-222392081.7 MBCustomers > Credits
List all credit products
Retrieve credit products for all customers.
get/v1/customers/credits
Query parameters
takenumber nullable
skipnumber nullable
product_idstring
product_id__notstring
product_id__isNullstring
product_id__isNotNullstring
product_id__equalsstring
product_id__containsstring
product_id__startsWithstring
product_id__endWithstring
customer_idstring
customer_id__notstring
customer_id__isNullstring
customer_id__isNotNullstring
customer_id__equalsstring
customer_id__containsstring
customer_id__startsWithstring
customer_id__endWithstring
updated_atstring date-time
updated_at__notstring date-time
updated_at__isNullstring date-time
updated_at__isNotNullstring date-time
updated_at__equalsstring date-time
updated_at__ltstring date-time
updated_at__ltestring date-time
updated_at__gtstring date-time
updated_at__gtestring date-time
Response
Example response
{
"meta": {
"total": 1,
"taken": 1
},
"data": [
{
"product_id": "itm_3kXODDF42QXtnL",
"customer_id": "cus_Typ0px2W0aiEtl",
"name": "Credit name",
"current_balance": 2000,
"low_count_threshold": 10,
"last_refreshed_at": "2025-11-23T09:00:01.860Z",
"auto_topup": {
"credit_count": 32
},
"created_at": "2025-10-12T07:00:01.860Z",
"updated_at": "2025-10-13T10:00:01.860Z"
}
]
}