Derive an Operation Schema
Use this endpoint to derive the input and output contract of a single operation in an external OpenAPI schema. The response carries the dereferenced request-body and 2xx response schemas, the input parameters merged by location, and the body descriptor. Identify the operation with the path query parameter, which is the URL-encoded OpenAPI path template, and the method query parameter, which is case-insensitive.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
OpenAPI Schema ID (UUID).
"018f3e2a-1c4d-7b9e-a1b2-c3d4e5f6a7b8"
Query Parameters
OpenAPI operation path template (URL-encoded), e.g. /kyc/{caseId}.
"/kyc/{caseId}"
HTTP method (case-insensitive: GET, PUT, POST, DELETE, OPTIONS, HEAD, PATCH, TRACE).
"POST"
Response
Indicates that the request was successful and the response contains the requested data.
true
true
true
"application/json"
Dereferenced JSON Schema of the operation's request body.
Dereferenced JSON Schema of the operation's 2xx response body.

