Pular para o conteúdo principal
GET
JavaScript

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

created_at_gte
string<date-time>

Get payouts created after this time (inclusive)

created_at_lte
string<date-time>

Get payouts created before this time (inclusive)

page_size
integer<int32>

Page size default is 10 max is 100

Intervalo obrigatório: x >= 0
page_number
integer<int32>

Page number default is 0

Intervalo obrigatório: x >= 0

Resposta

Payouts List

items
object[]
obrigatório
Última modificação em 1 de abril de 2026