v1
latestOpenAPI 3.0.1MIT2026-07-26336777.7 KBGet customer details by customer ID
get/customer/{customerId}
Path parameters
customerIdstring required
Unique identifier of the customer
Response
Customer details retrieved successfully
Example response
{
"customerId": "cus_Tfd3Jq1tZxPjYVhRQW2r3",
"customerDetails": {
"name": "John Doe",
"email": "john.doe@example.com",
"contactNumber": "+919123456789",
"customerAddress": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 1",
"city": "New York",
"state": "NY",
"country": "US",
"postalCode": "2424"
}
}
}