Create application token

Creates a new application token. ID must not be specified, as it is auto-generated and returned in case of a successful JSON response. You can provide following fields with this request: * `description` (String, optional) * `expiry_date` with optional time + time zone (String, optional) * `ip` - IP Address in CIDR notation (String, optional)

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Request

This endpoint expects an object.
descriptionstringOptional
expiry_datestringOptional
ipstringOptional

Response

Success
application_tokenstring or null

Errors