You are using a custom OAuth configuration. Please note that your credentials will be sent to these URLs:
The access token below is provided after going through Step 1. It is a short lived token which gives you access to the user's OAuth protected resources.
Once you got the Authorization Code from Step 1 click the Exchange authorization code for tokens button, you will get a refresh and an access token which is required to access OAuth protected resources.
The access token will expire in seconds.
The access token has expired.
Note: The OAuth Playground will automatically revoke refresh tokens after 24h. You can avoid this by specifying your own application OAuth credentials using the Configuration panel.
Construct your HTTP request by specifying the URI, HTTP Method, headers, content type and request body.
Then click the "Send the request" button to initiate the HTTP Request.
Note: The OAuth access token in Step 2 will be added to the Authorization header of the request.