Get a single Customer
GET {{url}}/customers/{{customer}}
Retrieves the details of an existing customer.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"customers": {
"id": "CU0014DQPHJZ38",
"created_at": "2024-03-22T20:43:12.391Z",
"email": "minnie_rath@example.com",
"given_name": "Jayda",
"family_name": "Bednar",
"company_name": null,
"address_line1": "025 Gorczany Plains",
"address_line2": null,
"address_line3": null,
"city": "Lake Domenico",
"region": null,
"postal_code": "E8 3GX",
"country_code": "GB",
"language": "en",
"swedish_identity_number": null,
"danish_identity_number": null,
"phone_number": null,
"metadata": {
"crm_id": "ABCD926"
}
}
} |
ENDPOINTS