post https://example.com/analytics/services/v1.0/apis/access_tokens
Creates a new access token for use with analytics APIs.
{
"text": "API-Result\n\nThe response contains the following information about the 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.\n\n**id**\tstring\nThe unique ID of the access token. This ID can be used for subsequent endpoint calls that perform maintenance on the access token, such as deactivating 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. By default, a newly created access token is `active`.\n\n**token**\tstring\nThe access token for use with analytics endpoints. Be sure to store this access token because it cannot be retrieved again.\n\n**user_name**\tstring\nThe name of the user who created the token.",
"sidebar": true
}