Here, you can test a simple OAuth client for API access management. First, get an OAuth access token using the implicit grant type designed for browser-based clients. Then, use the token to call a protected API.
Step 1: Get Access Token
Enter the desired scopes with a space between each to request an access token (the "edit" scope is a default policy requirement):
Step 2: Send API Request
Enter the access token and the URL of the API to securely call an OAuth-protected API.