Authentication

Explore how to authenticate to DJfindr.

The DJfindr API uses API keys (credentials) to authenticate and authorize requests. You can manage your API credentials in the Integrations section of your account settings.

Method

Authentication with the DJfindr API is performed using HTTP Bearer Authentication (also known as token authentication). Include your API key as a Bearer token in the Authorization header of each request.

Authentication Request
Authorization: Bearer YOUR_API_KEY

Security Requirements

  • HTTPS Only: All API requests must be made over HTTPS. Requests made over plain HTTP will be rejected for security reasons.

  • Authentication Required: API requests without a valid API key will fail with an authentication error. Always include your key in the Authorization header to ensure successful communication with the API.

By adhering to these guidelines, you can securely access and use the DJfindr API.


Creating a credential

Navigate to Dashboard > Account > Integrations then scroll to API Access to manage your API credentials.

Create a new credential using the Create Token button, adding a label to describe the use of the token (for ex. CRM Software, SoundCloud, etc.) along with your password for security.

If you don't see the API Access option or it prompts to upgrade, then API access is not included in your current plan, and upgrading is required to continue.

After clicking Create, you will be provided with your Bearer token. Copy this token or note it down into a safe spot, as this token cannot be retreived after closing the dialog.


Testing a credential

get

Triggers the workflow auth_check

Authorizations
api_tokenstringRequired
Responses
200

Workflow response

application/json
Responsestring
get
/wf/auth_check

Last updated