Authentication
Generate a Consio API key and authenticate API requests with a Bearer token.
Generate a Consio API key and send it as a Bearer token on every API request.
Create an API key
- Open your Consio workspace.
- Go to Settings > API Keys.
- Generate a new API key.
- Copy the API key and save it somewhere secure.
Your API key is shown only once. After you close the dialog, you won't be able to see it again.
Authenticate API requests
Pass your API key in the Authorization header as a Bearer token on every API request.
Authorization: Bearer YOUR_API_KEYReplace YOUR_API_KEY with the API key you generated in your Consio workspace.
Updated 8 days ago
Did this page help you?
