Authorization

Understand how to authenticate with our APIs

How to setup your Discuro API key

  1. Head to the settings page
  1. Click on “Generate API Key”
  1. Save your API key somewhere safe (you’ll only get one chance to save this one, otherwise, generate another)
  1. 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>