Events

Retrieve an event destination

Returns a single account-owned event destination by its whe_ id.

get/event-destinations/{id}

Path parameters

idstring required
Example:whe_a1b2c3d4e5f6

Response

The requested event destination.

Example response

{
  "data": {
    "id": "whe_a1b2c3d4e5f6",
    "api_version": "v1",
    "secret": "whsec_4f1d…"
  }
}

Changes

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