Get customer by ID (v2)
Customer V2
Get customer by ID (v2)
Retrieves a specific customer by their unique ID. This uses the internal customer ID, not an external ID like v1.
GET
Get customer by ID (v2)
Path Parameters
Customer unique identifier
Response
Customer details retrieved successfully
Unique customer identifier
Example:
"123e4567-e89b-12d3-a456-426614174000"
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:
"2025-01-15T10:00:00.000Z"
Customer last update timestamp
Example:
"2025-01-15T10:00:00.000Z"