Authentication
Use these APIs to create your user account and get bearer token

Create User
post
Creates a New User
Body
usernamestringOptionalExample:
gandalf_the_grey
passwordstringOptionalExample:
i_love_hobbits
first_namestringOptionalExample:
Gandalf
last_namestringOptionalExample:
Grey
emailstringOptionalExample:
[email protected]
mobile_numberintegerOptionalExample:
9999999999
profilestring · binaryOptional
Responses
200
Successful response
application/json
400
unexpected error
application/json
post
Get Auth. Token
post
Generates an access token for your account.
You'll need the access token for subsequent APIs
Body
usernamestringOptionalExample:
gandalf_the_grey
passwordstringOptionalExample:
i_love_hobbits
Responses
200
Successful response
application/json
401
unexpected error
application/json
post
Get User
get
API to get your user account details.
Use your access_token as Bearer Auth Token to get these details
Authorizations
Responses
200
Successful response
application/json
401
unexpected error
application/json
get
Last updated