Skip to main content
GET
Listar assinaturas
Lista paginada das assinaturas, com filtros por status, productId, offerId, período e busca por cliente. A resposta traz um bloco stats com métricas agregadas — assinaturas ativas, MRR (receita recorrente mensal), churn e LTV.
Visão conceitual em Guias › Assinaturas.

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>
Available options:
active,
overdue,
cancelled,
completed,
failed
productId
string

Filtra por produto

offerId
integer

Filtra por oferta/plano

Busca por cliente

period
enum<string>
Available options:
all,
last_30_days,
this_month,
last_3_months
dateFrom
string<date>

Data inicial (ISO)

dateTo
string<date>

Data final (ISO)

page
integer
default:1
limit
integer
default:20
Required range: x <= 100

Response

Lista de assinaturas

success
boolean
Example:

true

data
object[]
stats
object
pagination
object