Skip to main content
POST
Update webhook status

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Webhook ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

status
enum<string>
required

New status for the webhook

Available options:
active,
inactive
Example:

"inactive"

Response

Webhook status updated successfully

payload
object
required