User Registration

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
👍

Let's Get Started!

Before embarking on our safari adventure, you must first register and obtain the necessary credentials, similar to how a safari guide would register a group of visitors and check for permits before entering a national park.
After completing your registration, you will receive a temporary password via email. You will use this temporary password in the next step to set a new password.

Here's what we need from you:

🚧

Make sure to give us a valid email address. We'll send a temporary password there for activation

{
  "email": "[email protected]",
  "name": "John Doe",
  "displayName": "John Doe",
  "phoneNumber": "+254123456789",
  "picture": "http://www.test.img/tst.png",
  "address": "Infinite Loop 2",
  "callbackUrl":"http://testapi.com/post "
}
❗️

Just a heads up:

After completing your registration, your account needs to be verified and activated. Please reach out to our support team for assistance with this process before proceeding to the next steps.

Body Params
string
required

It should include a username, the @ symbol, and the domain name (e.g. [email protected])

string
required
length between 8 and 50
[-\w\s]+

Name of the individual, organization, or company

string
required
length between 6 and 50
[-\w\s]+

A name that will be displayed to customers when requesting consent to access their account

string
required
length between 8 and 16
\+(\d)+

Phone number of the individual, organization, or company

uri
required
length between 8 and 50
(.*)(png|jpeg|jpg)

A URL pointing to a .jpeg, .jpg, or .png logo of the individual, organization, or company

string
required
length between 8 and 50

Physical and postal address of the individual, organization, or company

uri
length between 8 and 50

A callback that can request post requests with request_id and response payload

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*