curl --request GET \
--url https://api.example.com/api/v1/AccessToken/WhoAmI \
--header 'Authorization: <api-key>'If it fails, then call /AccessToken to generate a new token
curl --request GET \
--url https://api.example.com/api/v1/AccessToken/WhoAmI \
--header 'Authorization: <api-key>'Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
OK
Was this page helpful?