Authentication Setup
The Authentication.mdx file serves as a human-readable guide to the authentication methods and environment variables required for authorizing API requests within Boltic integrations. It explains how access tokens work, what permissions are needed, and how to configure these credentials to securely connect third-party platforms. This documentation is essential for developers implementing authentication workflows as part of their integration logic.
In this file, you are expected to describe the complete setup process for each service you integrate with Boltic, including the credentials needed, how to obtain them, and how to configure them within the Boltic dashboard.
Example
To set up an integration between Fynd Commerce and Boltic, you need to begin with an active Fynd Commerce account. From your Fynd Commerce dashboard, retrieve your company ID, client ID and client secret. Once you have these credentials, log in to the Boltic dashboard and navigate to the Integrations section. Select Fynd Platform Webhook from the list of available integrations and enter your company ID, client ID and client Secret. After submitting the details, you can test the connection to verify that the authentication is working correctly, and then save the configuration. If your integration involves receiving events from Fynd Commerce, you may also need to configure a webhook in the Fynd Commerce account that sends event data to your Boltic trigger endpoint.