Skip to main content
POST
Create a new user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-sp-auth-token
string
required

Body

application/json
first_name
string
required
Example:

"John"

last_name
string
required
Example:

"Doe"

email
string<email>
required
Example:

"john@gmail.com"

country_code
string
required
Example:

"CM"

contact
string
required
Example:

"698479723"

dob
string<date>
required
Example:

"2010-01-01"

is_business
boolean
required
Example:

false

billing_adress
string
required
Example:

"kotto"

billing_city
string
required
Example:

"DOUALA"

billing_country
string
required
Example:

"CAMEROON"

id_number
string
required
Example:

"00858574849"

business_name
string
Example:

"NAN"

billing_state
string
Example:

"littoral"

billing_postal_code
string
Example:

"237"

Response

201 - application/json

User created successfully

user_id
string
Example:

"SP6VC"

reference
string
Example:

"USR12345"