cURL
curl --request GET \ --url https://app.coolify.io/api/v1/enable \ --header 'Authorization: Bearer <token>'
{ "message": "API enabled." }
Enable API (only with root permissions).
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Keys & Tokens
API tokens
Enable API.
The response is of type object.
object