QamaqQamaq
GET

Webhook配信履歴

/webhooks/{webhook_id}/deliveries

Webhookの配信履歴を返します。

パラメーター

パスパラメーター

名前タイプ説明
webhook_id必須
string

The webhook ID

クエリパラメーター

名前タイプ説明
status
"pending" | "success" | "failed"

Filter by status

pendingsuccessfailed
page
integer

Page number

デフォルト: 1

page_size
integer

Items per page

デフォルト: 20

コード例

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:integer
page:integer
page_size:integer
has_more:boolean
}