Skip to main content
Version: 2025-12-18

Retrieves a webhook for an account

GET 

/accounts/:account_id/webhooks/:webhook_id

Retrieves the details of a specific webhook subscription. Note the ETag header in the response, which is required for making updates or deletions.

Request

Responses

The webhook was retrieved successfully.

Response Headers
    ETag

    The ETag header provides a unique identifier that represents the current version of a resource. It's used for caching and to prevent concurrent modification issues.