Customers
Fetch Customer
Retrieve details of a specific customer by ID.
GET
Overview
This endpoint retrieves the details of a specific customer identified by their ID.
Request
Method: GET
URL: /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 OK
Content-Type: application/json
Example Response
Authorizations
Provide your API key in the 'apikey' header.
Headers
Path Parameters
Response
200 - application/json
OK
The response is of type object
.