API

The Cloudron REST API can be used to manage all aspects of the Cloudron like adding users and installing apps.

You can develop apps for the Cloudron using the command-line tool. See the docs for more information.


Access tokens

These tokens can be used to access the Cloudron API. They have the admin scope and do not expire.


Active Tokens


{{ token.accessToken }}


OAuth Apps


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

{{ client.activeTokens.length }} active token(s).
Advanced

Credentials


Scope: {{ client.scope }}

RedirectURI: {{ client.redirectURI }}

Client ID: {{ client.id }}

Client Secret: {{ client.clientSecret }}


Tokens


{{ token.accessToken }}