GET
Webhook配信履歴
/webhooks/{webhook_id}/deliveriesWebhookの配信履歴を返します。
パラメーター
パスパラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
webhook_id必須 | string | The webhook ID |
クエリパラメーター
| 名前 | タイプ | 説明 |
|---|---|---|
status | "pending" | "success" | "failed" | Filter by status pendingsuccessfailed |
page | integer | Page number デフォルト: |
page_size | integer | Items per page デフォルト: |
コード例
curl -X GET "https://api.qamaq.io/api/v1/webhooks/{webhook_id}/deliveries" \
-H "Authorization: Bearer qmq_your_api_key"レスポンス
200Delivery history
Response Body
{
deliveries:object[]total:integerpage:integerpage_size:integerhas_more:boolean}