Required inputs for a schema
Returns the input keys required and optionally accepted to submit a request against this schema. Field names are returned verbatim — use them as the keys of the inputs object on POST /v1/requests. Lists are sorted. This is the baseline: if your account is enabled for per-payer required inputs, some payers require additional fields not listed here, reported as INVALID_INPUTS on POST /v1/requests.
Authorizations
Bearer token obtained from the /v1/auth endpoint
Path Parameters
The schema ID (from GET /v1/schemas). Must be non-blank, ≤1500 characters, contain no /, and must not start with _ or ..
Response
Sorted list of required input field names for this schema.
Success response from GET /v1/schemas/{schemaId}/required-inputs. Carries both required and optional input field lists; the two are disjoint — if a name is required by any source, it appears only in requiredInputs.fields.