GET
/
enable
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

200
application/json

Enable API.

The response is of type object.