API URLs#
This is the URL structure of our API:{Base URI}/{Module}/{API Version}/{Resource} Each environment has a different URL:Authorisation#
API access requires the authorization parameter in the request header.
You will receive different keys for Production and Staging.Required Auth Parameter#
| Header Parameter | Type | Description |
|---|
access-token | string | Token used to identify the authenticity of the user. |
Access tokens are issued by the PureSpectrum Product team. Your sales representative can facilitate that.
Please do not expose your access-token to anyone or in public as this could compromise the integrity of your integration.