Get Auth Token for API's

Partners must acquire an authentication token before accessing any of the MyShubhLife APIs. As a security precaution, this token ensures that only authorized users can communicate with the APIs. All subsequent API queries must include the acquired token as a Bearer token in the Authorization header.

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

Sample Payload :

{
       "email": "registered_email_address.com",
       "password": "password",
       "returnSecureToken": true
}

Points to be Noted

  1. A specific Key will be generated and will be shared & communicated by the MSL product team
  2. Token will auto expiry in 30 minutes, partner has to create new token after expiry
  3. Above Payload to be given in Body of Postman with an Key as Param
Body Params
string
required

registered_email_address.com

string
required

password

boolean
required
Headers
string
required

application-json

Responses

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