Skip to main content
GET
/
databases
/
{uuid}
Get
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<uuid>
required

UUID of the database.

Response

Get all databases

The response is of type string.

I