# Event Notification API Specification - TPP Endpoints **Provider:** Event Notification API Specification - TPP Endpoints **Category:** communication **Base URL:** `https://openbanking.org.uk` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://openbanking.org.uk ## Description Swagger for Event Notification API Specification - TPP Endpoints ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://openbanking.org.uk/event-notifications` | Send an event notification | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://openbanking.org.uk/event-notifications' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Open Banking account. UK Open Banking event notification standard. --- *Source: [API Map](https://apimap.dev/apis/event-notification-api-specification-tpp/) — CC BY 4.0*