Links

Authentication

Access Token Generate

post
https://qa-globalback.mastersindia-einv.com/api/v2/token-auth/
Generating the access token
Authentication Masters India supports access-token-based authentication. After a user login request, our API generates an access_token to a user after validating his credentials. This key can be used in subsequent requests but expires after 24 hours which must be requested again by re-initiating a login. The key needs to be passed as a request parameter. To generate the Authorization token by clicking on the Send button. Once the Token Is generated. We need to the token in Authorization header with the prefix JWT so the token will be passed as JWT <token>

Refresh Token

The access token once generated can be updated using the refresh token API within the 24 hr window. Using this API periodically ensures that you do not need to keep passing your user credentials inorder to update the token
post
https://qa-globalback.mastersindia-einv.com/api/v2/api-token-refresh/