Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer API key for external client access. Live keys use the sk_ prefix; test keys use the sk_test_ prefix and support order-lifecycle testing with mock responses without processing or credit usage.

Path Parameters

webhookId
integer
required

Webhook ID

Body

application/json
fromDate
string<date>
required

Start date (ISO 8601 format, e.g. 2026-01-01)

Example:

"2026-01-01"

toDate
string<date>
required

End date (ISO 8601 format, e.g. 2026-01-07). Must be within 7 days of fromDate.

Example:

"2026-01-07"

Response

Success

data
object