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.
Authorization: Bearer YOUR_API_KEYSecurity 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
Authorizationheader 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.
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.
Your API keys provide access to sensitive operations and data. Keep them secure by following these guidelines:
Do not expose your secret API keys in public areas like GitHub, client-side code, or shared repositories.
Treat your API keys as sensitive credentials to protect your account and data.
Testing a credential
Triggers the workflow auth_check
Workflow response
Workflow failure
Permission denied
Not found
Wrong method
Too many requests
Internal bug. Please file a bug report at bubble.io/support/report with the request that triggers this bug
Service Unavailable
All set! You're ready to create API integrations to DJfindr.
Last updated