Create new agent
Validate Payment
POST /v1/api/agent/create
This creates a new agent account
Headers
Name
Value
Content-Type
application/json
Authorization
hash encrypted by access secret
x-timestamp
current timestamp
x-request-id
request id
x-access-id
access id
Body
Name
Type
Description
firstName
string
agent's firstName (required)
lastName
string
agent's LastName (required)
string
agent's email (required)
phoneNumber
string
phone number (required)
location
string
location (required)
address
string
address (required)
country
string
agent's country (required)
Response
Last updated