Update the status of a webhook listener by webhook ID

This endpoint updates the status of a specific webhook listener based on its ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the webhook (UUID v4)

Body Params

Payload to update the status of the webhook listener

string
required

Status of the webhook listener
ENABLED: The webhook listener is active
DISABLED: The webhook listener is inactive

Responses

400

Bad Request: Invalid or missing parameters.

401

Unauthorized: The token is invalid or expired.

403

Forbidden: The user does not have permission to update this resource.

404

Not Found: The specified webhook does not exist.

429

Too Many Requests: Rate limit exceeded.

Language
Credentials
Bearer
API Key
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json