Chuyển đến nội dung chính
GET
JavaScript

Ủy quyền

Authorization
string
header
bắt buộc

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

Tham số truy vấn

created_at_gte
string<date-time>

Get events after this created time

created_at_lte
string<date-time>

Get events created before this time

page_size
integer<int32>

Page size default is 10 max is 100

Phạm vi bắt buộc: x >= 0
page_number
integer<int32>

Page number default is 0

Phạm vi bắt buộc: x >= 0
status
enum<string>

Filter by status

Tùy chọn có sẵn:
succeeded,
failed,
pending,
review
subscription_id
string

Filter by subscription id

customer_id
string

Filter by customer_id

Phản hồi

items
object[]
bắt buộc
Lần sửa đổi cuối 1 tháng 4, 2026