Skip to main content
POST
Fetch Webhook Details
Retrieve configuration details for a specific webhook endpoint.
[!NOTE] The URL for fetching details uses {id}/update but uses the POST method.

Path Parameters

id
string
required
The unique ID of the webhook.

Sample Request

Sample Response

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The unique ID of the webhook.

Response

200 - application/json

Successful response

status
boolean
data
object