Fetch Customer

Retrieves a Customer's details

Retrieves a customer with the specified id.

get
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Path parameters
idstringRequired

The id of the entry to retrieve

Responses
chevron-right
200

Returns 200 and the requested customer

application/json
idstring · nullableOptional
full_namestring · nullableOptional

Customer's full name (OPTIONAL)

emailstring · nullableOptional

Customer's email (REQUIRED)

phone_numberstring · nullableOptional

Customer's phone number (OPTIONAL)

addressstring · nullableOptional

Customer's address (OPTIONAL)

statusstring · enumOptionalPossible values:
created_atstring · date-timeOptional

Timestamp when the customer was created.

edited_atstring · date-time · nullableOptional

Timestamp when the customer was last updated.

get
/v1/customers/{id}

Last updated