Authorization
Understand how to authenticate with our APIs
How to setup your Discuro API key
- Head to the settings page
- Click on “Generate API Key”
- Save your API key somewhere safe (you’ll only get one chance to save this one, otherwise, generate another)
- Use it in your headers when making a request to Discuro
Where do I put this API key when making a request to Discuro?
The Discuro API uses the Authorization header to retrieve your API key.
Add the following header to each request you make to Discuro:
Authorization: Bearer <YOUR DISCURO API KEY>