Skip to main content
GET
/
api
/
v1
/
AccessToken
/
WhoAmI
Once authenticated, use this to test your logged in status
curl --request GET \
  --url https://api.example.com/api/v1/AccessToken/WhoAmI \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Response

200

OK