v1

latestSwagger 2.02026-07-13302640.0 KB
Tokens

List All Authentication Tokens

get/v1/tokens

Response

Successful Response

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 response

[
  {
    "api_access": "enabled"
  }
]