/i/token/create

Get all custom dashboards

Function is used to create new token. Each token has owner. Owner id is determined by API_KEY.

Query Params
string
required

API_KEY of user, with permission as global admin or permission to view or edit apps

string

Token time to live. If not set - set to 1800 seconds. if set to 0, then token never expires

string

List 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 app

string

Allows 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"

string

Any string to help determine for what this token is created. Doesn't restrinct token in any way.

Responses

Language
Credentials
Basic
base64
:
Response
Choose an example:
application/json