Authentication
Authentication
For authentication, pass your token in theinsurpass-request
header.
If you do not include your token when making an API request, or you use a token that is incorrect or outdated, Insurpass will return an error.
Your bearer token can be used to make any API call on behalf of your account so you'll need to treat it as you would any other password and grant access only to those who need it.
If a token is compromised, you can re-generate a new one from your dashboard.
Note that when a new token is generated, the old token is immediately blocked.
Last updated