Skip to main content
GET
List purchases

Authorizations

Authorization
string
header
required

Integrator API key, issued from the VENTRY dashboard. Format vk_live_... in production and vk_test_... in test environments.

Query Parameters

limit
integer
default:50

Number of items per page.

Required range: 1 <= x <= 200
starting_after
string

Cursor returned as next_cursor by the previous page. Omit it on the first call.

day
string

Day id from GET /days.

since
string

ISO 8601 date. Filters by occurred_at, that is, when the operation actually happened.

Response

The event's purchases.

The event's purchases.

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required

If true, request the next page with starting_after.

next_cursor
null | string
required

Value to pass in starting_after to continue.