Login / Reset Password

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
šŸ‘

Let's Check In!!

This endpoint will return a "JWT token" which is like a permit that you need to have with you throughout your safari adventure. This token will allow you to successfully use all other API endpoints.

🚧

Make sure to use the JSON Web Token (JWT) as a bearer token in the authorization header of all your subsequent requests. This will ensure that your requests are properly authenticated.

Reset Password

A temporary password has been sent to the email address you provided during registration. Please use this temporary password to set a new password of your choice.

Here's what we need from you:

{
  "email": "[email protected]",
  "password": "0ldv3rys3cur3passw0rd",
  "newPassword": "newv3rys3cur3passw0rd"
}
šŸ“˜

Reset Password

  • Password is as received in the email
  • newPassword is the password of your choice. The password must contain a combination of uppercase and lowercase letters, numbers, and special characters, and must be at least 12 characters but not more than 99 characters in length

Login

Here's what we need from you:

{
  "email": "[email protected]",
  "password": "0ldv3rys3cur3passw0rd"

}
šŸ“˜

Login

  • password - The password that you set.
Body Params
string
required

User's email to be used as username

string
required

Password for the user. Required in order to be obtain JWT token for authorization.Password sent to your email on user registration

string
length between 12 and 99
^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[\^$*.\[\]{}\(\)?\-ā€œ!@#%&/,><\’:;|_~`])\S{8,99}$

Required only when login the first time. This is used to set a new password

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
*/*