Skip to main content
GET
/
api
/
v1
/
AccessToken
/
AboutMe
Once authenticated, use this see what permission you have and which accounts you have access to.
curl --request GET \
  --url https://api.example.com/api/v1/AccessToken/AboutMe \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

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

Response

200

OK