Credentials
When integrating with the Candis API, you will require Client ID and Client Secret to authenticate your application. Additionally, since the Candis API utilizes the OAuth 2.0 Authorization Code Flow, you must provide a Redirect URL for seamless redirection during the authentication process.
Client ID and Client Secret
The Client ID and Client Secret are unique identifiers that authenticate your application with the Candis API.
How to Obtain:
To receive your Client ID and Client Secret, you must contact the Candis team. You can do so through:
- Developer Documentation Chat: Access the chat feature available in the developer documentation.
- Email Support: Write to us at [email protected].
Redirect URL
The Redirect URL is a critical component of the OAuth 2.0 Authorization Code Flow. It is the endpoint to which users are redirected after they successfully authenticate.
- Why It’s Needed:
To ensure secure and seamless communication between your application and the Candis API, we require your Redirect URL to be whitelisted in our system. - How to Provide:
When contacting us to request your Client ID and Client Secret, please include your Redirect URL in the message. This will allow us to whitelist it in our system during setup.
Next Steps
Once you have your credentials and Redirect URL configured, you can proceed to implement the OAuth 2.0 Authorization Code Flow in your application, refer to our OAuth 2.0 Integration Guide.
Updated 30 days ago