How to try an API

For the Authorization API

  • Replace the required values (client_id, client_secret and scope) in the Body parameter and click "Send".

For any other API

Using your own access token

  1. Fetch your access token using the Authorization API.

  2. Enter your subscription key.

  3. Add a new header named "Authorization" with value "Bearer YOUR_ACCESS_TOKEN".

  4. Click "Send".