Authentication

Getting an API key.

All API requests are authenticated using the apiKey associated with your account and specific app integration.

For example, when an integration with Quill is requested through the dashboard, anapiKey will be generated for this integration. This key is unique to this integration and the specified domains.

You can manage your integrations and API keys in the dashboard.

The API key is generally provided as a part of the configuration object. Please refer to an integration documentation for specific instructions and sample code.

pageIntegrations

Last updated