v1

latestSwagger 2.02026-07-13302640.0 KB
Tokens

Create a New Authentication Token

post/v1/tokens

Request body

idstring
created_atinteger
updated_atinteger
last_loginstring
api_access'disabled' | 'enabled'

Enable/disable API access. If disabled, it can only be used to open tunnel connections or forward webhooks but not change any existing configuration

descriptionstring

Example request

{
  "api_access": "enabled"
}

Response

Create a new token

keystring

Token key, this is an alias to token ID

secretstring

This is the only time secret is revealed as it is already encrypted by the system