Test a webhook
Get /settings/webhooks/{id}/test
URL parameters:
Name | Description | Type | Mandatory |
---|---|---|---|
id | Id of the webhook | String | Yes |
Response:
Name | Description | Type |
---|---|---|
status | success / failure | String |
Programming language:
Response exemple:
1 2 3 4 | { "status" : "success" } |