Skip to main content
GET
Retrieve a webhook endpoint

Authorizations

Authorization
string
header
required

All requests must include Authorization: Bearer <api_key>. Keys are prefixed pw_live_ or pw_test_. See Authentication.

Path Parameters

webhook_endpoint_id
string
required
Example:

"we_9k2m5p"

Response

The requested webhook endpoint

id
string
Example:

"we_9k2m5p"

object
enum<string>
Available options:
webhook_endpoint
url
string<uri>
enabled_events
enum<string>[]
Available options:
message.sent,
message.delivered,
message.bounced,
message.opened,
message.clicked,
message.complained,
contact.unsubscribed,
domain.verified
status
enum<string>
Available options:
enabled,
disabled
created_at
string<date-time>