Skip to content

Get available webhook event types

Request

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
curl -i -X GET \
  https://pdp.seqino.dev/api/webhooks/event-types \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

List of available webhook event types

Bodyapplication/json
event_typesArray of objects(Event Types)required

List of available webhook event types

Response
{ "event_types": [ {} ] }