Skip to main content
GET
List relayed card-domain messages

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

direction
enum<string>

Filter by message direction; omit for all.

Opções disponíveis:
INBOUND,
OUTBOUND
cursor
string

Opaque pagination cursor.

limit
integer<int64>
padrão:50

Page size (default 50, max 200).

Intervalo obrigatório: 1 <= x <= 200

Resposta

OK

hasMore
boolean
obrigatório

Whether more pages follow.

items
object[] | null
obrigatório

The page of relayed messages (never null).

nextCursor
string

Opaque cursor for the next page; empty when exhausted.