Skip to main content
Version: current

Authentication

After receiving an authentication token access_token from the partner authentication or registration endpoints, this token can be used to access any of the panel endpoints.

Example using access tokens

Access tokens should be placed as Bearer tokens to all panel endpoints. Below is a sample for accessing the panelist's account details and setting the access tokens:

curl --location --request GET 'https://api.sandbox.pureprofile.io/v1/panel/account' \--header 'Accept: application/json' \--header 'Authorization: Bearer <access_token>'