Skip to main content
GET
/
api
/
v1
/
AccessToken
/
TokenDetails
Once authenticated, how long does the Auth token have left before it expires.
curl --request GET \
  --url https://api.example.com/api/v1/AccessToken/TokenDetails \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

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

Response

200

OK