cURL
curl --request GET \ --url https://api.example.com/protected \ --header 'Authorization: Bearer <token>'
"<string>"
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type string.
string