v4
latestSwagger 2.02026-08-0343714211.7 MBevent_subscriptions
Event Subscriptions
Create Event Subscription
Create Event Subscription
post/event_subscriptions
Response
The EventSubscriptions object.
Example response
{
"id": 1,
"event_channel_id": 1,
"workspace_id": 1,
"apply_to_all_workspaces": true,
"name": "example",
"enabled": true,
"event_types": [
"example"
],
"event_target_ids": [
1
],
"created_at": "2000-01-01T01:00:00Z",
"updated_at": "2000-01-01T01:00:00Z"
}