v1

latestSwagger 2.02026-07-13302640.0 KB
Tokens

Update Token Details

put/v1/tokens/{tokenID}

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

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"
}