Skip to main content
GET
Derive an Operation Schema

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string
requerido

OpenAPI Schema ID (UUID).

Ejemplo:

"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"

Parámetros de consulta

path
string

OpenAPI operation path template (URL-encoded), e.g. /kyc/{caseId}.

Ejemplo:

"/kyc/{caseId}"

method
string

HTTP method (case-insensitive: GET, PUT, POST, DELETE, OPTIONS, HEAD, PATCH, TRACE).

Ejemplo:

"POST"

Respuesta

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

bodyRequired
boolean
requerido
Ejemplo:

true

found
boolean
requerido
Ejemplo:

true

hasBody
boolean
requerido
Ejemplo:

true

params
object[] | null
requerido
bodyContentType
string
Ejemplo:

"application/json"

inputSchema
any

Dereferenced JSON Schema of the operation's request body.

Ejemplo:
outputSchema
any

Dereferenced JSON Schema of the operation's 2xx response body.

Ejemplo: