v1

latestOpenAPI 3.0.0Proprietary2026-07-1313647393.0 KB
Customers

Fetch customer by ID

Retrieve full details of a specific customer.

get/customers/{id}

Path parameters

idstring required

Customer ID (cust_*).

Response

Customer details.

idstring

Unique customer identifier. Prefix: cust_

entity'customer'
namestring

Customer name. 3-50 characters. Allowed: alphanumeric, period, apostrophe, forward slash, @, parentheses.

contactstring

Phone number. Max 15 characters. Include country code (e.g. +919876543210). Minimum 8 digits.

emailstring

Email address. Max 64 characters.

gstinstring

Goods and Services Tax Identification Number (optional).

notesNotes

Key-value pairs for storing custom metadata. Maximum 15 pairs. Each key and value must not exceed 256 characters.

created_atinteger

Unix timestamp of customer creation.