Үндсэн агуулга руу алгасах
API reference

Deliver a `test` event synchronously

POST/webhook/test

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X POST "https://example.com/webhook/test"
{  "delivery": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "event": "message.received",    "payload": "string",    "status": "pending",    "attempts": 0,    "response_status": 0,    "last_error": "string",    "delivered_at": "2019-08-24T14:15:22Z",    "created_at": "2019-08-24T14:15:22Z"  }}