v1
latestOpenAPI 3.0.1MIT2026-07-26286592.7 KBRetrieve the details of a specific customer
get/tax/customers/{customer_id}
Path parameters
customer_idstring required
The ID of the customer to retrieve
Query parameters
id_type'id' | 'reference_customer_id'
The type of identifier provided in the path. Use id (the default) to look up by the Numeral customer ID, or reference_customer_id to look up by your own reference customer ID.
Response
Customer details
Example response
{
"id": "cust_123456789",
"object": "tax.customer",
"reference_customer_id": "20506",
"name": "Customer Name",
"email": "customer@example.com",
"is_tax_exempt": true
}