post
https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=/reso
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Payload :
{
"email": "registered_email_address.com",
"password": "password",
"returnSecureToken": true
}
Points to be Noted
- A specific Key will be generated and will be shared & communicated by the MSL product team
- Token will auto expiry in 30 minutes, partner has to create new token after expiry
- Above Payload to be given in Body of Postman with an Key as Param