Coolify logoCoolify
GET
/version

Get Coolify version.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Response Body

text/html

application/json

application/json

curl -X GET "https://app.coolify.io/api/v1/version"
"v4.0.0"
{  "message": "Invalid token."}
{  "message": "Unauthenticated."}