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
| Endpoint | Reference |
|---|---|
POST /oauth/par | RFC 9126 · PAR response |
POST /oauth/token | RFC 6749 · JWT-AT + private_key_jwt |
POST /oauth/revoke | RFC 7009 · revocation |
POST /oauth/introspect | RFC 7662 · introspection |
POST /oauth/register | RFC 7591 dynamic registration |
GET /oauth/status-list | W3C VC Status List · status list |
GET /.well-known/oauth-authorization-server | RFC 8414 |
GET /.well-known/jwks.json | RFC 7517 |