Skip to main content
GET
Get webhook by ID
Retrieves webhook configuration. Returns webhook details including URL, events, and status.

Authentication

This endpoint requires authentication via Bearer token:
  • Authorization: Bearer <token>

Path Parameters

Response

Returns webhook configuration with:
  • Webhook ID, URL, and active status
  • Subscribed events
  • Creation and update timestamps

Example Request

Example Response

Common Errors

401 Unauthorized

Authentication required.

403 Forbidden

User is not a member of this organization.

404 Not Found

Webhook not found.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
id
string
required

Response

Webhook retrieved successfully with configuration details.