GET/v1/events/typesplanned

Events

The events catalog — webhook delivery is planned.

curl https://api.ajungem.ro/v1/events/types

Returns the catalog of event types (listing.created, offer.accepted, listing.stage_changed…), each with the permission it needs and a description. All of them have status: "planned" in batch 1 — the catalog is published ahead of time, so you can prepare your mappings, but no event is delivered yet.

🛠️

Webhooks (POST /webhooks, HMAC-signed delivery, retries, logs) are batch 3 in the plan. Until then, to learn about changes, request the resource again — for example GET /listings/{ref} for a trip's stage.