Retrieve an event destination
Returns a single event destination by ID.
Authorizations
Secret key (sk_live_...)
Path Parameters
Unique identifier for the event destination (prefixed with evtd_).
Response
OK
An event destination object representing an endpoint that receives platform events.
Unique identifier for the event destination, prefixed with evtd_.
Always event_destination.
Display name for the event destination.
Destination status: pending_verification, active, or inactive.
Destination type. The endpoint configuration is returned under a property whose name equals this value (for example, a webhook destination returns a webhook object).
webhook, aws_sqs, aws_kinesis, aws_s3, aws_eventbridge, gcp_pubsub, rabbitmq, azure_servicebus, hookdeck Event types this destination is subscribed to.
ISO 8601 timestamp of when the resource was created.
ISO 8601 timestamp of when the resource was last updated.
Unique identifier for the API request. Include this when contacting support.
Configuration returned for a webhook destination (credentials are never returned).
Configuration returned for a aws_sqs destination (credentials are never returned).
Configuration returned for a aws_kinesis destination (credentials are never returned).
Configuration returned for a aws_s3 destination (credentials are never returned).
Configuration returned for a aws_eventbridge destination (credentials are never returned).
Configuration returned for a gcp_pubsub destination (credentials are never returned).
Configuration returned for a rabbitmq destination (credentials are never returned).
Configuration returned for a azure_servicebus destination (credentials are never returned).
Configuration returned for a hookdeck destination (credentials are never returned).