Get an event destination
Event destinations
Get an event destination
GET
Get an event destination
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Pattern:
^whk_[0-9A-HJKMNP-TV-Z]{26}$Response
Event destination
HTTPS endpoint registered for outbound event delivery. Scoped to the authenticated organization.
Pattern:
^whk_[0-9A-HJKMNP-TV-Z]{26}$Human-readable label for this destination within the organization.
Required string length:
1 - 128Example:
"Production"
Public HTTPS endpoint that will receive event deliveries. Plain HTTP is rejected.
Maximum string length:
2048Pattern:
^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@&=+$,A-Za-z0-9])+)([).!';/?:,])?$Example:
"https://example.com/prets/events"