Skip to main content
GET
Retrieve a Webhook

Description

This endpoint retrieves details for a specific webhook configuration.

Authentication

Requires API credentials:
  • Client ID (header)
  • Access Key (header)

Path Parameters

Response

Success Response (200 OK)

Returns webhook configuration details in JSON format.

Error Responses

401 Unauthorized: Authentication failed - invalid or missing credentials. 403 Forbidden: Access forbidden - insufficient permissions. 404 Not Found: Webhook not found.