Test that a webhook can be sent successfully
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
curl -i -X GET \ 'https://api.secure.coro.net/v1/settings/webhooks/{id}/test?trigger=string&version=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'Workspace: string'
{- "status": 400,
- "title": "Bad request",
- "errors": [
- "Workspace: missing mandatory request header"
], - "timestamp": "2022-08-21T19:44:32.351Z",
- "traceId": "a029fd656529d7dc"
}