P

PostgREST HTTP API

REST discovered

Details
Spec
root path OpenAPI served by each PostgREST server instance is documented at https://docs.postgrest.org/en/v12/references/api/openapi.html
Docs
https://docs.postgrest.org/en/v12/references/api.html
Authentication
JWT bearer token for a PostgREST API jwt discovered
Authorization: Bearer <credential>

PostgREST does not issue tokens itself; the database administrator configures JWT verification and clients use a JWT generated either from inside the database or by an external service, as described in Authentication. The token must contain a role claim matching a PostgreSQL role the configured authenticator can SET ROLE into.