Skip to main content
GET
List External OpenAPI Schemas

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parâmetros de consulta

limit
integer<int64>
padrão:10

Number of items per page (1-100).

Exemplo:

10

cursor
string

Pagination cursor (opaque).

sortBy
string

Sort field.

Exemplo:

"createdAt"

sortOrder
string

Sort order (ASC or DESC).

Exemplo:

"DESC"

Resposta

Indicates that the request was successful and the response contains the requested data.

hasMore
boolean
obrigatório
Exemplo:

true

items
object[] | null
obrigatório
nextCursor
string
obrigatório
Exemplo:

"eyJpZCI6IjAxOGYzZTJhIn0="