Pular para o conteúdo principal
GET
Listar assinaturas

Autorizações

Authorization
string
header
obrigatório

Um JWT bearer emitido pelo plugin-auth (lib-auth). A identidade do tenant é resolvida a partir das claims validadas do token; a superfície /v1 nunca lê um tenant do corpo, do path ou da query. Chamadores de máquina obtêm um token via o fluxo client-credentials do plugin-auth. A superfície /admin autoriza contra um escopo de operador e não carrega contexto de tenant.

Parâmetros de consulta

sink_kind
enum<string>

Optional filter restricting results to one sink kind. The delivery destination kind. webhook posts signed HTTPS requests; pull exposes an inbox read over GET /v1/events; sqs, rabbitmq, and eventbridge fan out to the named queue or bus.

Opções disponíveis:
webhook,
pull,
sqs,
rabbitmq,
eventbridge
limit
integer

Page size, clamped to a server maximum. A non-positive value uses the server default.

after
string

Keyset cursor — the id of the last row from the previous page (subscriptions are ordered DESC by id).

Resposta

Uma página de assinaturas.

subscriptions
object[]
obrigatório
next_cursor
string
obrigatório

Keyset cursor for the next page (the id of the last row). Non-empty only on a full page; an empty string marks the final page.

Exemplo:

"0192f1a0-0000-7000-8000-00000000c002"