# Retrieve a list of events Retrieve a list of events that have been created for your account. The events are sorted, with the most recent first Endpoint: GET /events Version: v1 Security: apiKey ## Response 200 fields (application/json): - `type` (string, required) Enum: "list" - `data` (array, required) Example: [{"id":"EVYKMZD2E452EDFB48","type":"event","event_type":"payment.created","payload":{"id":"PPH25H07JYWLR7PA82","type":"payment","amount":1000,"description":"Test Payment","currency":"EUR","state":"initialized","return_url":"https://example.com/thank-you","cancel_url":"https://example.com/cancel","paid_at":"2023-06-30T12:44:35Z","created_at":"2023-06-30T12:40:10Z","_links":{"self":"https://api.paypro.nl/payments/PPH25H07JYWLR7PA82"}},"created_at":"2023-06-30T12:40:10Z","_links":{"self":"https://api.paypro.nl/events/EVYKMZD2E452EDFB48"}}] - `data.id` (string, required) Example: "EVYKMZD2E452EDFB48" - `data.event_type` (string, required) Example: "payment.created" - `data.payload` (any, required) Example: {"id":"PPH25H07JYWLR7PA82","type":"payment","amount":1000,"description":"Test Payment","currency":"EUR","state":"initialized","return_url":"https://example.com/thank-you","cancel_url":"https://example.com/cancel","paid_at":"2023-06-30T12:44:35Z","created_at":"2023-06-30T12:40:10Z","_links":{"self":"https://api.paypro.nl/payments/PPH25H07JYWLR7PA82"}} - `data.created_at` (string, required) Example: "2023-06-30T12:40:10Z" - `data._links` (object, required) Example: {"self":"https://api.paypro.nl/events/EVYKMZD2E452EDFB48"} - `data._links.self` (string, required) Example: "https://api.paypro.nl/events/EVYKMZD2E452EDFB48" - `count` (integer, required)