Get information about available webhook event types and their payload structures.
This endpoint provides documentation on:
- All available event types you can subscribe to
- Example payload structure for each event type
- Description of what each event represents
Use this information when implementing your webhook endpoint to understand what data you'll receive for each event type.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/webhooks/event-types
- Production serverhttps://pa.seqino.com/api/webhooks/event-types
curl -i -X GET \
https://pdp.seqino.dev/api/webhooks/event-types \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "event_types": [ { … } ] }