Buyer Portal Beta Tools: Timeline, Delivery Logs, and Webhook Tests

Some troubleshooting tools are beta features and may be enabled only for selected partners.

Beta endpoints

Method

Path

Purpose

Availability

GET

/api/v1/buyer/leads/:deliveryId/timeline

Buyer-safe lifecycle events and delivery attempts for one delivery.

Beta

GET

/api/v1/buyer/delivery-logs?limit=100

Recent delivery attempts for your partner account.

Beta

POST

/api/v1/buyer/test-delivery

Preview or send a non-billable test payload to your configured webhook.

Beta

GET

/api/v1/buyer/audit-log?limit=100

Partner-visible audit events.

Beta

Preview a test payload

POST /api/v1/buyer/test-delivery
Authorization: Bearer YOUR_ACCESS_TOKEN
Content-Type: application/json

{
"target": "preview"
}

Send a webhook test

POST /api/v1/buyer/test-delivery
Authorization: Bearer YOUR_ACCESS_TOKEN
Content-Type: application/json

{
"target": "webhook"
}

Webhook safety rules

  • Webhook test URLs must use HTTPS.

  • Localhost, private-network, metadata, and blocked addresses are rejected.

  • Test deliveries include a test marker and are not billable production deliveries.

  • Response code, response snippet, and latency may be recorded for troubleshooting.


Was this article helpful?