v1
latestOpenAPI 3.1.0AGPL-3.0-only2026-07-1773264353.7 KBCustomers
Get customer
Retrieve a single customer by ID or alias.
get/api/v1/customers/{id_or_alias}
Path parameters
id_or_aliasstring required
customer ID or alias
Response
Customer
Example response
{
"billing_address": {
"country": "US"
},
"currency": "EUR",
"id": "cus_7n42DGM5Tflk9n8mt7Fhc7",
"invoicing_entity_id": "ive_7n42DGM5Tflk9n8mt7Fhc7",
"shipping_address": {
"address": {
"country": "US"
}
}
}