Skip to main content
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: POST
URL: /v1/customers

Parameters

Request Body

Response

Status Code: 200 OK
Content-Type: application/json

Example Response

Authorizations

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Body

application/json

Provide the required values for the request body.

first_name
string
required

Provide first name

last_name
string
required

Provide last name

email
string
required

Provide email

phone
string
required

Provide phone number

dob
string
required

Provide date of birth

gender
string
required

Provide gender

street
string
required

Provide street address

city
string
required

Provide city

state
string
required

Provide state

country
string
required

Provide country

bvn
string
required

Provide BVN

nin
string

Provide NIN

Response

OK

The response is of type object.