This API allows authenticated users to retrieve a specific webhook by its unique identifier. Only webhooks created by the authenticated user can be accessed, ensuring proper data isolation and security.
Key Notes:
Path Parameters:
Scenario: Retrieving Webhook Details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the webhook.
Webhook retrieved successfully.