/apis/access_tokens

Gets information about the Analytics access tokens for the specified tenant.

The response contains an array of objects, each describing the following information for an access token:

creation_time long
The date/time when the access token was created.

expiration_time long
The date/time when the access token expires. A value of -1 indicates that the access token has no expiration.

id string
The unique ID of the access token.

name string
The name of the token.

scopes array of strings
The name(s) of the scope(s) to authorize access to using this access token.

status string
Indicates the current status of the access token.

token string
The access token for use with analytics endpoints. This is currently always returned as null.

user_name string
The name of the user who created the token.

Language
Click Try It! to start a request and see the response here!