Authentication
Your API key allows you to use our API and are meant to be kept secret. Be sure not to share your secret API keys in publicly accessible areas such as GitHub, client-side code, etc.
Overview
The Conduit API uses API keys to authenticate requests.
Access
Organization admins can manage their API keys by visiting the Organization Settings > Developer (link) page.
Usage
Authentication to the API is performed via HTTP Bearer Auth. All API calls to Conduit should include the following header:
Authorization: Bearer SECRET_KEY