Events Examples
Illustrative request and response examples for the UK Open Banking Events API (ASPSP Endpoints) v4.0.1
Events Examples is an example object payload from UK Open Banking, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Example Payload
{
"title": "Events API Specification - ASPSP Endpoints",
"version": "4.0.1",
"source": "https://raw.githubusercontent.com/OpenBankingUK/read-write-api-specs/master/dist/openapi/events-openapi.yaml",
"description": "Illustrative request and response examples for the UK Open Banking Events API (ASPSP Endpoints) v4.0.1",
"examples": [
{
"operationId": "CreateEvents",
"path": "/events",
"method": "POST",
"type": "request",
"mediaType": "application/json",
"description": "Poll for security events (real-time event notifications) from the ASPSP",
"example": {
"returnImmediately": true,
"maxEvents": 10,
"sets": {}
}
},
{
"operationId": "CreateEvents",
"path": "/events",
"method": "POST",
"statusCode": "200",
"type": "response",
"mediaType": "application/json",
"description": "Response containing security event tokens",
"example": {
"sets": {
"eyJhbGciOiJSUzI1NiIsInR5cCI6InNlY2V0K2p3dCJ9": "eyJhbGciOiJSUzI1NiIsInR5cCI6InNlY2V0K2p3dCIsImtpZCI6IjEifQ"
},
"moreAvailable": false
}
},
{
"operationId": "CreateEventSubscriptions",
"path": "/event-subscriptions",
"method": "POST",
"type": "request",
"mediaType": "application/json",
"description": "Register a callback URL to receive real-time event notifications",
"example": {
"Data": {
"CallbackUrl": "https://tpp.example.com/event-notifications",
"Version": "4.0.1",
"EventTypes": [
"urn:uk:org:openbanking:events:resource-update",
"urn:uk:org:openbanking:events:consent-authorization-revoked"
]
}
}
},
{
"operationId": "CreateEventSubscriptions",
"path": "/event-subscriptions",
"method": "POST",
"statusCode": "201",
"type": "response",
"mediaType": "application/json",
"description": "Successful event subscription registration",
"example": {
"Data": {
"EventSubscriptionId": "sub-001",
"CallbackUrl": "https://tpp.example.com/event-notifications",
"Version": "4.0.1",
"EventTypes": [
"urn:uk:org:openbanking:events:resource-update",
"urn:uk:org:openbanking:events:consent-authorization-revoked"
]
},
"Links": {
"Self": "https://api.alphabank.com/open-banking/v4.0/event-subscriptions/sub-001"
},
"Meta": {
"TotalPages": 1
}
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/examples/events-examples"
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.