Test Webhook Endpoint

POST
/api/v1/webhooks/endpoints/{endpointId}/test

Path Parameters

endpointId*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/webhooks/endpoints/string/test"
{  "attemptCount": 0,  "completedAt": "string",  "createdAt": "string",  "eventOccurredAt": "string",  "eventType": "string",  "id": "string",  "maxAttempts": 0,  "nextAttemptAt": "string",  "payload": null,  "projectId": "string",  "status": "pending",  "webhookEndpointId": "string"}
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/WebhookEndpointNotFoundError",  "endpointId": "string"}
{  "_tag": "Api/WebhookServiceError",  "cause": "string"}