cURL
curl --request GET \ --url https://api.example.com/api/v1/AccessToken/TokenDetails \ --header 'Authorization: <api-key>'
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
OK
Was this page helpful?