GET
/
databases
/
{uuid}
curl --request GET \
  --url https://app.coolify.io/api/v1/databases/{uuid} \
  --header 'Authorization: Bearer <token>'
"Content is very complex. Will be implemented later."

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

UUID of the database.

Response

200
application/json

Get all databases

The response is of type string.