Create a customer
Customer
Create a customer
Create a customer
POST
Create a customer
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
A unique identifier to track this operation. It must be between 12 and 255 characters in length.
Required string length:
12 - 255A unique identifier to prevent duplicate requests. It must be between 12 and 255 characters in length.
Required string length:
12 - 255Body
application/json
The Customer's email address.
Pattern:
^[a-zA-Z0-9_+&*-]+(?:\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$Example:
"cornelius@gmail.com"
Customer address information.
The Customer's full name.
The customer's mobile number.
Example:
{
"country_code": "234",
"number": "08012345678"
}