/i/token/createAsk AIget https://try.count.ly/o/dashboards/all?api_key={api_key}Get all custom dashboardsFunction is used to create new token. Each token has owner. Owner id is determined by API_KEY.Query Paramsapi_keystringrequiredAPI_KEY of user, with permission as global admin or permission to view or edit appsttlstringToken time to live. If not set - set to 1800 seconds. if set to 0, then token never expiresappsstringList op appID ("appID1,appID2"), defines in which apps token can be used.(If there needs to be set app_id in API call). If not set - token is not restricted on any appendpointstringAllows token to be used on only some endpoints. You can set one or multiple endpoints. each endpoint is separated by ",". If not set - token can be used on any endpoint. When determining if endpoint is valid - it is used as regular expression - so "/i" allows "/i" and "/i/something"purposestringAny string to help determine for what this token is created. Doesn't restrinct token in any way.Responses 200200 400400Updated over 7 years ago