Skip to main content
GET
Get database

Path parameters

id_or_name
string
required
The ID or name of the Postgres database connection.

Query parameters

show_sensitive
boolean
default:"false"
Set to true to include the database password in the response. Defaults to false, which obfuscates the password.

Example request

curl Using Name
curl Using ID

Response

Returns a single Postgres database object.
data
object
A Postgres database object.