GET
/
api
/
v1
/
withdrawals
Listar saques
curl --request GET \
  --url https://seu-dominio.com/api/v1/withdrawals \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer {public_id}.{secret}

Query Parameters

per_page
integer
status
string

Response

200 - application/json

OK

The response is of type object.