API tokens

Use those tokens are for working with https://cloudron.io/references/api.html.
They have the admin scope attached and will not expire. They are issued explicitly for the user who creates them, so they will return that users profile.

Active Tokens


{{ token.accessToken }}


Application and other API Access


{{client.name}} on {{client.location}}{{ config.isCustomDomain ? '.' : '-' }}{{config.fqdn}}

{{ client.activeTokens.length }} tokens are active for this application.
Advanced

Credentials

Scope: {{ client.scope }}

RedirectURI: {{ client.redirectURI }}

Client ID: {{ client.id }}

Client Secret: {{ client.clientSecret }}


Your Tokens

{{ token.accessToken }}