customer
get/api/v1/customers
Query parameters
offsetinteger required
Specifies the starting position of the results
limitinteger required
The maximum number of objects to return
searchstring required
Filtering criteria
Response
List of customers
Example response
{
"data": [
{
"bank_account_id": "ba_7n42DGM5Tflk9n8mt7Fhc7",
"billing_address": {
"country": "US"
},
"id": "cus_7n42DGM5Tflk9n8mt7Fhc7",
"invoicing_entity_id": "ive_7n42DGM5Tflk9n8mt7Fhc7",
"shipping_address": {
"address": {
"country": "US"
}
}
}
]
}