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, an
apiKey
will be generated for this integration. This key is unique to this integration and the specified domains.
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.
Last modified 4yr ago