Prisma ORM 8 is here.Read the docs
Misc

Get Prisma Postgres regions

Returns all available regions for Prisma Postgres.

GET/v1/regions/postgres

Returns all available regions for Prisma Postgres.

Authorization

AuthorizationBearer <token>

OAuth2 authentication

In: header

Scope: workspace:admin, offline_access

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/regions/postgres"
{  "data": [    {      "id": "string",      "type": "region",      "name": "string",      "status": "available"    }  ]}