Skip to main content
GET
Get Customer

Get Customer

Retrieve the full details of a single customer by their unique ID.

Authentication

string
required
Your API key. Can also be provided via Authorization: Bearer header.

Path Parameters

string
required
The UUID of the customer to retrieve.

Response

string
Unique identifier for the customer (UUID)
string
Your seller account ID (UUID)
string
Customer’s first name
string
Customer’s last name
string
Customer’s email address
string | null
Company name if provided
Legal entity type if provided
string | null
Preferred language
object | null
Address information if provided
object | null
Postal redirect address if set
string
Customer status. One of active, inactive, or suspended. Inactive or suspended customers cannot log in to the portal.
string
Source of customer creation (e.g., “api”)
string
ISO 8601 timestamp of when the customer was created
string
ISO 8601 timestamp of when the customer was last updated

Example Request

Example Response

200 OK

Error Responses

Error Codes