Customers
Get customer details
Retrieves detailed information about a specific customer.
get/v1/partner/customers/{customerId}
Path parameters
customerIdobject required
Customer ID
Response
Customer details retrieved successfully
Example response
{
"id": "019a0ad5-75d5-78d7-ad93-0ebb55da0eb6",
"legalName": "Acme Corporation Pte Ltd",
"displayName": "Acme Corp",
"currency": "USD",
"status": "ACTIVE",
"customerCode": "CUST-12345"
}