Get webhook batches
documentedReturn batches for a webhook (recent 14 days).
POST /api/v1/webhooks.getBatchesWebhooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.contactsplus.com/api/v1/webhooks.getBatches" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"webhookId": "{{$webhook_id}}", "batchId": "{{$batch_id}}", "teamId": "{{$team_id}}"}'