Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
email
string
Example:

"john@example.com"

phone
string
Example:

"+2348012345678"

first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

metadata
object

Arbitrary key-value data to attach to the customer

Example:

Response

Customer created successfully.