APIWebhooks

Тестовая доставка

POST
/v2/webhooks/{webhook_id}/test

Отправить тестовую доставку с настоящей HMAC-подписью.

Authorization

APIKeyHeader
X-API-Key<token>

In: header

Path Parameters

webhook_id*Webhook Id

Response Body

application/json

application/json

curl -X POST "https://example.com/v2/webhooks/0/test"
{  "status": "queued",  "test_id": "string"}