Vorynza
Vorynza
DashboardPricingDocumentation
API referencePostgres APIMail APIDNS API
API

Postgres API

REST API endpoints for provisioning and managing PostgreSQL databases.

Endpoints for managing Postgres database services within your organization.

List services

GET /api/orgs/:orgSlug/projects/:projectSlug/postgres/services

Returns all Postgres services in a project.

Create a service

POST /api/orgs/:orgSlug/projects/:projectSlug/postgres/services

Provisions a new Postgres database.

FieldTypeRequiredDescription
displayNamestringyesHuman-readable name
planstringyesPlan type (trial, starter, launch, growth, business)

Returns 202 Accepted with the service ID and status: "provisioning".

Get a service

GET /api/orgs/:orgSlug/projects/:projectSlug/postgres/services/:serviceId

Returns service details including status, plan, region, and timestamps.

Get credentials

GET /api/orgs/:orgSlug/projects/:projectSlug/postgres/services/:serviceId/credentials

Returns the connection string. Credentials are returned masked by default.

Delete a service

DELETE /api/orgs/:orgSlug/projects/:projectSlug/postgres/services/:serviceId

Triggers async deletion. Returns 202 Accepted.


Need help? Contact support.

API reference

Vorynza REST API base URL, authentication, and common patterns.

Mail API

REST API endpoints for sending email and managing mail services, domains, and API keys.

On this page

List servicesCreate a serviceGet a serviceGet credentialsDelete a service