Skip to main content
GET
/
enable
Enable API
curl --request GET \
  --url https://app.coolify.io/api/v1/enable \
  --header 'Authorization: Bearer <token>'
{
  "message": "API enabled."
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Response

Enable API.

message
string
Example:

"API enabled."

I