Overview
Open Payments Authorization Server
Open Payments Authorization Server (1.3.0)
Section titled “Open Payments Authorization Server (1.3.0)”The authorization server handles grant requests and access token management for the Open Payments protocol, using GNAP (Grant Negotiation and Authorization Protocol).
Endpoints:
POST /— initiate a grant requestPOST /continue/{id}— continue a pending grant requestDELETE /continue/{id}— cancel a pending grant requestPOST /token/{id}— rotate an access tokenDELETE /token/{id}— revoke an access token
For an overview of how Open Payments authorization works, see the Authorization concepts page.
- Contact: tech@interledger.org
- License: Apache 2.0
- OpenAPI version: 3.1.0
Authentication
Section titled “ Authentication ”Security scheme type: apiKey
Header parameter name: Authorization