Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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 (given to you by PureSpectrum)

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.

Postman example:


  • No labels