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

Authorizations

Authorization
string
header
required

Bearer {public_id}.{secret}

Query Parameters

per_page
integer
status
string

Response

200 - application/json

Paginado

The response is of type object.