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
- 200
- 401
- 403
- 404
- 500
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.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.