Get customer profile
GET {{baseUrl}}/v1/customers/:customerId
Return the details of the specified customer profile.
Performance tips
You can retrieve the same information via the Integration API, which can save you extra API requests. consider these options:
- Request the customer profile to be part of the response content using Update Customer Session.
- Send an empty update with the Update Customer Profile endpoint with
runRuleEngine=false
.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |