/
Authorization & Connection
Authorization & Connection
To access the API, you will need to include an authorization parameter in the request header.
Each request needs to include your API access token.
Parameter | Type | Required | Description |
---|---|---|---|
access-token | String | Yes | Token used to identify the authenticity of the user. |
Example:
headers: { 'access-token': '$accessToken' }
Please do not expose your access-token to anyone or in public as this could compromise the Integrity of your integration.
Access tokens are issued by your PureSpectrum representative.
Postman example:
Related content
Connecting to the API
Connecting to the API
More like this
API Structure
API Structure
More like this
Buy API Overview
Buy API Overview
More like this
Respondent Order of Operations
Respondent Order of Operations
Read with this
Connecting to the API
Connecting to the API
More like this
Get Surveys V2
Get Surveys V2
Read with this