v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Get Customer

Fetches a specific customer object. Provide the customer _id and the corresponding object will be returned.

get/customers/{id}

Path parameters

idstring required

The _id of the customer you wish to fetch.

Response

Customer fetched successfully.

statusCodeinteger

Status code of the response. 200 indicates a successful request.

messagestring

Human-readable description of the result.