api_tokens_create
Create a scoped API token by specifying its name, scopes, and lifetime. Omit scopes to grant full access.
Instructions
Create a new API token (API 3.x: tokens are scoped)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name | |
| scopes | No | Token scopes (see api_tokens_scopes_list); omit for full access | |
| expiresInDays | Yes | Token lifetime in days |