cURL
curl --request GET \ --url https://api.example.com/oauth/key/{handle} \ --header 'Authorization: Bearer <token>'
{ "handle": "<string>", "api_key": "<string>", "created": "<string>", "updated": "<string>" }
Endpoint used to get api key
The access token received from the authorization server in the OAuth 2.0 flow.
Get api key successfully