After you receive an access token from the identity provider, you can use the token to request a resource.
In this example, we'll show how to request a resource with the basic authentication grant type.
Send the resource request
-
Create a new GET request.
-
Add the API endpoint and resource path.
For help figuring out the resource path and the resources you want to use, see Programming reference.
-
Click Auth and select Bearer Token.
-
In the Token text box, paste your access token.
You get an access token based on your grant type: Authorization Code with PKCE, Client Credentials, or Basic Authentication.
-
Click Send.
If the request succeeds, you get a response with the status code 200.
See the resource information in the response
You can see resource details in the response.