{ "opencollection": "1.0.0", "info": { "name": "Account and Transaction API Specification Account Access Consents Event Subscriptions API", "version": "4.0.1" }, "items": [ { "info": { "name": "Event Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Get an Event Subscription", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/event-subscriptions", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-client-id", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a TPP to retrieve details of its event notifications subscription." }, { "info": { "name": "Create an Event Subscription", "type": "http" }, "http": { "method": "POST", "url": "/open-banking/v4.0/aisp/event-subscriptions", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-jws-signature", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-client-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a TPP to subscribe to events notifications with an ASPSP." }, { "info": { "name": "Update an Event Subscription", "type": "http" }, "http": { "method": "PUT", "url": "/open-banking/v4.0/aisp/event-subscriptions/:EventSubscriptionId", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-jws-signature", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "EventSubscriptionId", "value": "", "type": "path", "description": "EventSubscriptionId" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a TPP to ask an ASPSP to update its events notifications subscription." }, { "info": { "name": "Delete an Event Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "/open-banking/v4.0/aisp/event-subscriptions/:EventSubscriptionId", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "EventSubscriptionId", "value": "", "type": "path", "description": "EventSubscriptionId" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a TPP to ask an ASPSP to unsubscribe from events notifications." } ] } ], "bundled": true }