Skip to main content
PUT
Create or update an event_type -> destination route

Authorizations

x-api-key
string
header
required

Body

application/json

Map an event_type to a destination (idempotent on the pair).

event_type
string
required
Minimum string length: 1
destination_id
string<uuid>
required
enabled
boolean
default:true

Response

Successful Response

id
string<uuid>
required
organization_id
string<uuid>
required
event_type
string
required
destination_id
string<uuid>
required
enabled
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required