Skip to main content

API reference

The OID4Pay Authorization Server publishes an OpenAPI 3.1 document at https://as.oid4pay.com/openapi.json. The viewer below renders it. A hosted API explorer on oid4pay.com is on the roadmap; until then the viewer loads the document client-side.

Today: /openapi.json is generated by the server and lists every endpoint the live image serves. The static viewer below loads it client-side; if the server is cold, the viewer shows a placeholder until the network call completes.

The viewer loads on the Stoplight Elements demo host while the hosted explorer is built.

Direct link to the OpenAPI document: as.oid4pay.com/openapi.json

Endpoint summary

EndpointReference
POST /oauth/parRFC 9126 · PAR response
POST /oauth/tokenRFC 6749 · JWT-AT + private_key_jwt
POST /oauth/revokeRFC 7009 · revocation
POST /oauth/introspectRFC 7662 · introspection
POST /oauth/registerRFC 7591 dynamic registration
GET /oauth/status-listW3C VC Status List · status list
GET /.well-known/oauth-authorization-serverRFC 8414
GET /.well-known/jwks.jsonRFC 7517