GET
/
api
/
v1
/
transactions
Listar transações
curl --request GET \
  --url https://seu-dominio.com/api/v1/transactions \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer {public_id}.{secret}

Query Parameters

direction
enum<string>
Available options:
cashin,
cashout,
all
status
string
from
string<date>
to
string<date>
per_page
integer

Response

200 - application/json

OK

The response is of type object.