Postgres
List visible Postgres databases
GET
/
project
/
{project_id}
/
postgres
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredID of the project
Query Parameters
start_after
string
Pagination - Start after
page_size
integer
default: 10Pagination - Page size
order_column
string
default: idPagination - Order column
Response
200 - application/json
count
integer
items
object[]