Skip to content

Test webhook

POST
/webhook/test/{webhookId}

Tests the webhook configuration by sending a test payload

Authorizations

Parameters

Path Parameters

webhookId
required
string format: uuid

The unique identifier of the webhook

Responses

200

Test webhook request sent successfully

object
queryId
required

The unique identifier for the command execution

string format: uuid

401

Unauthorized

object
code
required

HTTP status code

integer
status
required

Error status message

string

404

Not Found

object
code
required

HTTP status code

integer
status
required

Error status message

string

500

Internal Server Error

object
code
required

HTTP status code

integer
status
required

Error status message

string