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

Current webhook (null when unset)

GET/webhook

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/webhook"
{  "webhook": {    "url": "http://example.com",    "status": "active",    "consecutive_failures": 0,    "delivered_count": 0,    "failed_count": 0,    "last_delivered_at": "2019-08-24T14:15:22Z",    "last_error": "string",    "updated_at": "2019-08-24T14:15:22Z"  }}