Skip to main content
GET
List actor mappings

Autorizações

Authorization
string
header
obrigatório

Bearer token authentication (format: "Bearer {token}")

Parâmetros de consulta

actorId
string

Actor ID prefix

cursor
string

Actor ID cursor

limit
integer<int64>

Page size (default 25, max 100)

Intervalo obrigatório: x >= 1

Resposta

OK

items
object[] | null
obrigatório

PII-free actor mapping rows for the current page

limit
integer<int64>
obrigatório

Page size applied to this response

Exemplo:

25

hasMore
boolean

True when more pages are available beyond this one

nextCursor
string

Cursor to fetch the next page; empty when there are no more pages

prevCursor
string

Cursor of the page that preceded this request; empty on the first page