Customers
Create Customer
Create a new customer with detailed information.
POST
Overview
This endpoint allows you to create a new customer by providing their details such as name, email, phone, and more.
Request
Method: POST
URL: /v1/customers
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
Request Body
Response
Status Code: 200 OK
Content-Type: application/json
Example Response
Authorizations
Provide your API key in the 'apikey' header.
Headers
Body
application/json
Provide the required values for the request body.
The body is of type object
.
Response
200
application/json
OK
The response is of type object
.