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.
Provide first name
Provide last name
Provide email
Provide phone number
Provide date of birth
Provide gender
Provide street address
Provide city
Provide state
Provide country
Provide BVN
Provide NIN
Response
200
application/json
OK
The response is of type object
.