To access ZetaSafe APIs you will need to register with our Tyk Gateway. Once registered, you can request access to the APIs.
and request access to these APIs.
Please email support@zetasafe.com to request a Tyk login
Once you have been added to Tyk, please login to Tyk and request an API Key to the APIs you would like to use.
The API Key should be added to the header of all requests to the ZetaSafe API under the key Authorization
Example:
Key | Value |
---|---|
Authorization | 57b345few4d6445f34fcfce12049ff9 |
Once you have registered with TYK, you will then need to request access to the external APIs - One for DEV and one for LIVE.
To do this please follow the procedure below:
All ZetaSafe API Requests require a valid ZetaSafe authentication token. To get a token, follow the giude under “Get a ZetaSafe Token”.
Tokens are valid for 12 hours, after which they expire and you will need another token.
Tokens are valid for a single client only, if you wish to use the API for data in another Client, you will need a new token for that client.
The ZetaSafe Authentication token should be sent in the header of every request to the ZetaSafe API with the key x-Auth-token
Example:
Key | Value |
---|---|
x-Auth-token | 57b345few4d6445f34fcfce12049ff9 |