vk_get_tokens_d975a9c58335
Retrieve all API tokens belonging to the authenticated user. Filter by title and paginate results using page and perPage parameters.
Instructions
Get all api tokens of the current user. Raw Vikunja REST proxy for GET /tokens. Returns all api tokens the current user has created. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s | No | Search tokens by their title. Optional. | |
| page | No | The page number, used for pagination. If not provided, the first page of results is returned. Optional. | |
| perPage | No | The maximum number of tokens per page. This parameter is limited by the configured maximum of items per page. Optional. | |
| per_page | No | The maximum number of tokens per page. This parameter is limited by the configured maximum of items per page. Optional. |