get https://example.com/analytics/services/v1.0/apis/access_tokens
Gets information about the Analytics access tokens for the specified tenant.
{
"text": "The response contains an array of objects, each describing the following information for an access token:\n\n**creation_time**\tlong\nThe date/time when the access token was created.\n\n**expiration_time**\tlong\nThe date/time when the access token expires. A value of -1 indicates that the access token has no expiration.\n\n**id**\tstring\nThe unique ID of the access token.\n\n**name**\tstring\nThe name of the token.\n\n**scopes**\tarray of strings\nThe name(s) of the scope(s) to authorize access to using this access token.\n\n**status**\tstring\nIndicates the current status of the access token.\n\n**token**\tstring\nThe access token for use with analytics endpoints. This is currently always returned as null.\n\n**user_name**\tstring\nThe name of the user who created the token.",
"sidebar": true
}