Ditto’s developer integrations require an API key to authenticate requests. You can manage your API keys from the Developer Integrations page. API keys enable programmatic access to all data in your workspace, so be sure to keep them secure. Don’t share your API keys in publicly accessible places such as GitHub or client-side code.Documentation Index
Fetch the complete documentation index at: https://developer.dittowords.com/llms.txt
Use this file to discover all available pages before exploring further.
Generate an API key
- Navigate to the Developer Integrations page.
- Enable developer integrations for your workspace if they haven’t been enabled already (see this help guide for more information).
- Under the API Keys section, click + Create API key.
- Enter a name for the API key and click the Create button.
- Copy the value of the API key to your clipboard and store it somewhere safe; you won’t be able to access it again after closing the modal.
Authenticate API requests
Authorize requests to the Ditto API by passing an API key in anAuthorization header:
/components endpoint: