Create Customer
Customers
Create Customer
Create a new customer with detailed information.
POST
Create Customer
Overview
This endpoint allows you to create a new customer by providing their details such as name, email, phone, and more.Request
Method:POSTURL:
/v1/customers
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
Request Body
Response
Status Code:200 OKContent-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
OK
The response is of type object.