GET
/
version
curl --request GET \
  --url https://app.coolify.io/api/v1/version \
  --header 'Authorization: Bearer <token>'
"v4.0.0"

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

Returns the version of the application

The response is of type string.