Authentication
The Conjointly API uses authentication tokens for each request that you create. To get started with API calls, you will first need to generate your API tokens on the Conjointly platform, as follows:
Generate an access token
To create a new access token, simply:
- Go to Access tokens.
- Click the button.
- On the pop-up, fill in the desired token name and click the to proceed.
Please save the generated token somewhere safe and accessible. For security reasons, you won’t be able to view it again in your account. If you lose this token, you’ll need to generate a new one.

Deleting access tokens
To delete an unwanted access token:
- Navigate to the left hand side menu. Under Utilities, select Access Tokens
- Select the button to remove the API token.
How to authenticate your API calls
API calls are made to the api.conjoint.ly
server via HTTPS. You will need to include a valid bearer token inside the Authorization header of each call.
"Authorization": `Bearer ${token}`