- Authorization (
GET /auth/consent) - Token exchange and refresh (
POST /api/oauth/token) - Userinfo (
GET /api/oauth/userinfo) - Revoke (
POST /api/oauth/revoke) - Scope definitions and response schemas
OpenAPI
Machine-readable OpenAPI spec for the Meridian OAuth API.
OAuth endpoints are documented in prose under Endpoints and Authentication. For machine-readable schemas, request bodies, and response shapes, use the OpenAPI 3.1 spec:
Import it into Postman, Insomnia, or your codegen tool of choice. The spec covers:
Last modified on August 9, 2026

