Event Destinations

Retrieve an event destination

Returns a single event destination by ID.

get/event-destinations/{destination_id}

Path parameters

destination_idstring required

Unique identifier for the event destination (prefixed with evtd_).

Response

OK

idstring required

Unique identifier for the event destination, prefixed with evtd_.

objectstring required

Always event_destination.

namestring required

Display name for the event destination.

statusstring required

Destination status: pending_verification, active, or inactive.

type'webhook' | 'aws_sqs' | 'aws_kinesis' | 'aws_s3' | 'aws_eventbridge' | 'gcp_pubsub' | 'rabbitmq' | 'azure_servicebus' | 'hookdeck' required

Destination type. The endpoint configuration is returned under a property whose name equals this value (for example, a webhook destination returns a webhook object).

eventsstring[] required

Event types this destination is subscribed to.

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

updated_atstring date-time required

ISO 8601 timestamp of when the resource was last updated.

request_idstring nullable

Unique identifier for the API request. Include this when contacting support.

hookdeckobject

Configuration returned for a hookdeck destination (credentials are never returned).

Changes

No recorded changes to this endpoint across all 1 revision of this API.