Get customer by external ID
Customer
Get customer by external ID
Retrieves a customer by their external ID. The external ID is the ID provided by the merchant system.
GET
Get customer by external ID
Authorizations
API key for authentication (required)
Merchant ID for identifying the merchant (required)
Path Parameters
External customer ID
Response
Customer details retrieved successfully
External customer ID from merchant system
Example:
"CUST-123"
Customer's first name
Example:
"John"
Customer's last name
Example:
"Doe"
Customer's email address
Example:
"john.doe@example.com"
Customer's phone number
Example:
"+1234567890"
Whether the customer is active
Example:
true
Customer notification preferences
Customer creation timestamp
Example:
"2024-03-20T10:00:00Z"
Customer last update timestamp
Example:
"2024-03-20T10:00:00Z"