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
Fetch your access token using the Authorization API.
Enter your
subscription key.Add a new header named "
Authorization" with value "Bearer YOUR_ACCESS_TOKEN".Click "Send".