{"files":{"SKILL.md":"---\nname: event-notification-api-specification-tpp-endpoints\ndescription: \"Event Notification API Specification - TPP Endpoints API skill. Use when working with Event Notification API Specification - TPP Endpoints for event-notifications. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Event Notification API Specification - TPP Endpoints\nAPI version: 4.0.0\n\n## Auth\nOAuth2\n\n## Base URL\n/open-banking/v4.0\n\n## Setup\n1. Configure auth: OAuth2\n3. POST /event-notifications -- create first event-notifications\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### event-notifications\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /event-notifications | Send an event notification |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a event-notification?\" -> POST /event-notifications\n- \"How to authenticate?\" -> See Auth section\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get event-notification-api-specification-tpp-endpoints -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search event-notification-api-specification-tpp-endpoints\n```\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Event Notification API Specification - TPP Endpoints\n@base /open-banking/v4.0\n@version 4.0.0\n@auth OAuth2\n@endpoints 1\n@toc event-notifications(1)\n\n@endpoint POST /event-notifications\n@desc Send an event notification\n@required {x-fapi-financial-id: str # The unique id of the ASPSP to which the request is issued. The unique id will be issued by OB.}\n@optional {x-fapi-interaction-id: str # An RFC4122 UID used as a correlation id.}\n@returns(202) Accepted\n\n@end\n"}}