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:
Log in to the Conjointly platform
Log into your existing Conjointly account to get started. If you do not have an account already, you can easily sign up for free.
Generate an access token
To create a new access token, simply:
- Navigate to the left hand side menu. Under Utilities, select Access Tokens
- Click the button.
- On the pop-up, fill in the desired token name and click the to proceed.

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}`
Next
- Learn more about making an API request
- Launch a market test with the Conjointly API