Fetch Customer
Customers
Fetch Customer
Retrieve details of a specific customer by ID.
GET
Fetch Customer
Overview
This endpoint retrieves the details of a specific customer identified by their ID.Request
Method:GETURL:
/v1/customers/{id}
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
id | Path | string | Yes | The unique identifier of the customer. |
Response
Status Code:200 OKContent-Type:
application/json