Skip to main content
POST
/
api
/
v1
/
webhooks
/
logs:batch-create
BatchCreateWebhookLogs
curl --request POST \
  --url https://your-sift-api-url.com/api/v1/webhooks/logs:batch-create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "requests": [
    {
      "webhookId": "<string>",
      "eventId": "<string>",
      "retryAttemptNumber": 123,
      "status": "WEBHOOK_LOG_STATUS_UNSPECIFIED",
      "payload": "<string>",
      "errorReason": "<string>",
      "sentDate": "2023-11-07T05:31:56Z"
    }
  ]
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request for a call to WebhookService_BatchCreateWebhookLogs to create a batch of webhook logs.

requests
object[]
required

Response

A successful response.

The response of a call to WebhookService_BatchCreateWebhookResponse.