Authentication

All Quantive Results REST API endpoints are protected and require you to pass an API token so you can authenticate your request. For more information on generating your API token, check API Quickstart. You must pass the API token as an HTTP header with the following properties:

Name: Authorization
Value: Bearer your API token value, for example "Bearer apiToken"

You must replace apiToken with your personal API key.