Silna V1PriorAuthorizationResource API

The V1PriorAuthorizationResource API from Silna — 2 operation(s) for v1priorauthorizationresource.

Operations 4

GET /public/v1/prior-authorizations/{prior_authorization_id} Get Prior Authorization #
PATCH /public/v1/prior-authorizations/{prior_authorization_id} Update Prior Authorization #
DELETE /public/v1/prior-authorizations/{prior_authorization_id} Abort Prior Authorization #
POST /public/v1/prior-authorizations/ Create Prior Authorization #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/silna-v1priorauthorizationresource-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

silna-v1priorauthorizationresource-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Silna Public OldV1PriorAuthorizationResource V1 Prior Authorization Resource API
  version: '1.0'
servers:
- url: https://app.silnahealth.com/api
security:
- bearerAuth: []
tags:
- name: V1PriorAuthorizationResource
paths:
  /public/v1/prior-authorizations/{prior_authorization_id}:
    get:
      summary: Get Prior Authorization
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V1PriorAuthorization'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '404':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObjectNotFoundError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '429':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '401':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthenticationError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
      parameters:
      - in: path
        name: prior_authorization_id
        required: true
        schema:
          type: string
      - in: query
        name: with_requirements
        required: false
        schema:
          type: boolean
      operationId: V1PriorAuthorizationResource.get
      tags:
      - V1PriorAuthorizationResource
      x-folder: public_api
    patch:
      summary: Update Prior Authorization
      responses:
        '204':
          description: OK
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '400':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '404':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObjectNotFoundError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '429':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '401':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthenticationError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
      parameters:
      - in: path
        name: prior_authorization_id
        required: true
        schema:
          type: string
      operationId: V1PriorAuthorizationResource.patch
      tags:
      - V1PriorAuthorizationResource
      x-folder: public_api
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V1PriorAuthorizationPatch'
        description: ''
    delete:
      summary: Abort Prior Authorization
      responses:
        '204':
          description: OK
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '400':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '404':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObjectNotFoundError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '429':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '401':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthenticationError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
      parameters:
      - in: path
        name: prior_authorization_id
        required: true
        schema:
          type: string
      operationId: V1PriorAuthorizationResource.delete
      tags:
      - V1PriorAuthorizationResource
      x-folder: public_api
  /public/v1/prior-authorizations/:
    post:
      summary: Create Prior Authorization
      responses:
        '201':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V1PriorAuthorizationCreateResponse'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '400':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidationError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '404':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ObjectNotFoundError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '429':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
        '401':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthenticationError'
          headers:
            X-RateLimit-Limit:
              schema:
                type: integer
                description: The maximum number of requests allowed in the time window
            X-RateLimit-Remaining:
              schema:
                type: integer
                description: The number of requests remaining in the current time window
            X-RateLimit-Reset:
              schema:
                type: integer
                description: The time when the rate limit will reset, in Unix timestamp
            Retry-After:
              schema:
                type: number
                description: The number of seconds to wait before making another request
      parameters:
      - in: header
        name: idempotency-key
        required: false
        schema:
          type: string
          minLength: 1
          maxLength: 255
        description: Unique key to prevent duplicate requests. We support keys up to 255 characters.
        example: 550e8400-e29b-41d4-a716-446655440000
      operationId: V1PriorAuthorizationResource.post
      tags:
      - V1PriorAuthorizationResource
      x-folder: public_api
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V1PriorAuthorizationCreate'
        description: ''
components:
  schemas:
    AuthenticationError:
      type: object
      required:
      - message
      properties:
        message:
          type: string
          description: Human readable error message
        type:
          $ref: '#/components/schemas/PublicApiErrorType'
      x-folder: null
    PriorAuthorizationType:
      type: string
      enum:
      - ASSESSMENT_AUTHORIZATION
      - INITIAL_AUTHORIZATION
      - CONCURRENT_AUTHORIZATION
      - AMENDMENT
      x-folder: prior_authorization
    PublicPriorAuthorizationStatus:
      type: string
      enum:
      - DATA_REQUESTED
      - DATA_RECEIVED
      - ALL_REQUIRED_DATA_RECEIVED
      - REQUESTED
      - TOO_EARLY_TO_SUBMIT
      - UNNECESSARY
      - AWAITING_PROVIDER
      - PENDING_PROVIDER_SUBMISSION_REVIEW
      - AWAITING_SILNA
      - APPROVED_TO_SUBMIT
      - SUBMITTED_TO_PAYOR
      - PAYOR_DENIED
      - PAYOR_DENIED_APPEALING
      - AWAITING_RESUBMISSION
      - RESUBMITTED_TO_PAYOR
      - PAYOR_APPROVED
      - DENIED_UNAPPEALED
      - PRELIMINARY_APPROVAL
      - PARTIALLY_APPROVED
      - WITHDRAWN
      x-folder: prior_authorization
    V1RequestedTreatmentCodePatch:
      properties:
        time_frame:
          $ref: '#/components/schemas/UnitTimeFrame'
          description: Time frame for the units
        unit_type:
          $ref: '#/components/schemas/PriorAuthorizationUnit'
          description: Type of unit for this treatment code
        treatment_codes:
          description: List of treatment codes
          items:
            $ref: '#/components/schemas/V1TreatmentCodeCreate'
          title: Treatment Codes
          type: array
        units:
          description: Number of units requested
          title: Units
          type: string
      required:
      - time_frame
      - unit_type
      - treatment_codes
      - units
      title: V1RequestedTreatmentCodePatch
      type: object
      x-folder: public_api
    V1ClinicianNpiRequirement:
      properties:
        required:
          description: Whether clinician NPI is required
          title: Required
          type: boolean
      required:
      - required
      title: V1ClinicianNpiRequirement
      type: object
      x-folder: public_api
    PriorAuthorizationUploadDocumentType:
      type: string
      enum:
      - AUTHORIZATION_FORM
      - PROGRESS_NOTE
      - DIAGNOSIS_REPORT
      - REFERRAL
      - ASSESSMENT_EVALUATION
      - CANCELLATION_LETTER
      - TREATMENT_PLAN_PLAN_OF_CARE
      - ATTENDANCE_LOGS
      - INDIVIDUALIZED_EDUCATION_PROGRAM
      - CHANGE_OF_PROVIDER_FORM
      - TELEHEALTH_ATTESTATION
      - ORIGINAL_AUTHORIZATION_APPROVAL_LETTER
      - ABAS
      - VINELAND
      - SRS_2
      - PDDBI
      - PSI_SIPA
      x-folder: prior_authorization
    V1GetClinicianNpiRequirement:
      properties:
        required:
          description: Whether clinician NPI is required
          title: Required
          type: boolean
        requirement_satisfied:
          description: Whether the requirement is satisfied
          title: Requirement Satisfied
          type: boolean
      required:
      - required
      - requirement_satisfied
      title: V1GetClinicianNpiRequirement
      type: object
      x-folder: public_api
    TooManyRequestsError:
      type: object
      required:
      - message
      properties:
        message:
          type: string
          description: Human readable error message
      x-folder: null
    V1DocumentsRequirement:
      properties:
        required:
          description: Whether documents are required
          title: Required
          type: boolean
        items:
          description: List of document requirements
          items:
            $ref: '#/components/schemas/V1DocumentRequirement'
          title: Items
          type: array
      required:
      - required
      title: V1DocumentsRequirement
      type: object
      x-folder: public_api
    V1PriorAuthorizationPatch:
      properties:
        requested_treatment_codes:
          default: null
          description: List of treatment codes to update
          title: Requested Treatment Codes
          items:
            $ref: '#/components/schemas/V1RequestedTreatmentCodePatch'
          type:
          - array
          - 'null'
        documents:
          default: null
          description: List of documents to update
          title: Documents
          items:
            $ref: '#/components/schemas/V1DocumentPatch'
          type:
          - array
          - 'null'
        document_intelligence_configurations:
          default: null
          description: Document intelligence configurations for validation overrides. By default, document validation is enabled if the document type supports it and document validation is enabled on your account
          title: Document Intelligence Configurations
          items:
            $ref: '#/components/schemas/V1DocumentIntelligenceConfiguration'
          type:
          - array
          - 'null'
        clinician:
          default: null
          description: Clinician information
          $ref: '#/components/schemas/V1ClinicianPatch'
        start_date:
          default: null
          description: Requested start date
          title: Start Date
          format: date
          type:
          - string
          - 'null'
        save_as_draft:
          default: false
          description: Whether to save as draft. Only available if prior auth management is enabled. Reach out to your Silna contact to turn it on.
          title: Save As Draft
          type: boolean
        skip_document_intelligence:
          default: false
          description: Skip document intelligence across all documents.
          title: Skip Document Intelligence
          type: boolean
      title: V1PriorAuthorizationPatch
      type: object
      x-folder: public_api
    V1DocumentValidation:
      properties:
        id:
          description: Document validation ID
          format: uuid
          title: Id
          type: string
        result:
          $ref: '#/components/schemas/RuleExecutionResult'
          description: Document validation result
      required:
      - id
      - result
      title: V1DocumentValidation
      type: object
      x-folder: public_api
    V1PriorAuthorizationCreate:
      properties:
        patient_plan_id:
          description: Patient Plan ID
          format: uuid
          title: Patient Plan Id
          type: string
        specialty:
          $ref: '#/components/schemas/PublicSpecialty'
          description: Specialty for the prior authorization
        authorization_type:
          $ref: '#/components/schemas/PriorAuthorizationType'
          description: 'Type of authorization. Note: The following specialties are constrained to specific authorization types: Psychological Testing: Assessment authorization, Amendment'
        save_as_draft:
          default: false
          description: Whether to save as draft. Only available if prior auth management is enabled. Reach out to your Silna contact to turn it on.
          title: Save As Draft
          type: boolean
      required:
      - patient_plan_id
      - specialty
      - authorization_type
      title: V1PriorAuthorizationCreate
      type: object
      x-folder: public_api
    PriorAuthorizationDenialDocumentType:
      type: string
      enum:
      - DENIAL_LETTER
      x-folder: prior_authorization
    V1PriorAuthorizationApprovalDocument:
      properties:
        document_type:
          $ref: '#/components/schemas/PriorAuthorizationApprovalDocumentType'
          description: Type of document
        file_id:
          description: ID of the file
          format: uuid
          title: File Id
          type: string
      required:
      - document_type
      - file_id
      title: V1PriorAuthorizationApprovalDocument
      type: object
      x-folder: public_api
    V1ClinicianPatch:
      properties:
        npi:
          description: NPI of the clinician
          title: Npi
          type: string
        first_name:
          description: Fist Name of the clinician
          title: First Name
          type: string
        last_name:
          description: Last Name of the clinician
          title: Last Name
          type:
          - string
          - 'null'
      required:
      - npi
      - first_name
      - last_name
      title: V1ClinicianPatch
      type: object
      x-folder: public_api
    V1PriorAuthorization:
      properties:
        id:
          description: ID of the prior authorization
          format: uuid
          title: Id
          type: string
        specialty:
          $ref: '#/components/schemas/PublicSpecialty'
          description: Specialty for the prior authorization
        requested_treatment_codes:
          description: List of requested treatment codes
          items:
            $ref: '#/components/schemas/V1RequestedTreatmentCode'
          title: Requested Treatment Codes
          type: array
        approved_treatment_codes:
          description: List of approved treatment codes
          items:
            $ref: '#/components/schemas/V1ApprovedTreatmentCode'
          title: Approved Treatment Codes
          type: array
        requested_start_date:
          default: null
          description: Requested start date
          title: Requested Start Date
          format: date
          type:
          - string
          - 'null'
        requested_end_date:
          default: null
          description: Requested end date
          title: Requested End Date
          format: date
          type:
          - string
          - 'null'
        status:
          $ref: '#/components/schemas/PublicPriorAuthorizationStatus'
          description: Status of the prior authorization
        reference_numbers:
          description: List of all reference numbers on the authorization
          items:
            type: string
          title: Reference Numbers
          type: array
        authorization_type:
          $ref: '#/components/schemas/PriorAuthorizationType'
          description: Type of authorization
        approval_files:
          description: List of approval files
          items:
            $ref: '#/components/schemas/V1PriorAuthorizationApprovalDocument'
          title: Approval Files
          type: array
        denial_files:
          description: List of denial files
          items:
            $ref: '#/components/schemas/V1PriorAuthorizationDenialDocument'
          title: Denial Files
          type: array
        other_files:
          description: List of other files
          items:
            $ref: '#/components/schemas/V1PriorAuthorizationDocument'
          title: Other Files
          type: array
        created_at:
          description: Date the prior authorization was created
          format: date-time
          title: Created At
          type: string
        submitted_at:
          default: null
          description: Date the prior authorization was submitted to the payor
          title: Submitted At
          format: date
          type:
          - string
          - 'null'
        last_updated_at:
          default: null
          description: Date the prior authorization was last updated
          title: Last Updated At
          format: date
          type:
          - string
          - 'null'
        clinician:
          default: null
          description: Clinician information
          $ref: '#/components/schemas/V1Clinician'
        required_data:
          default: null
          description: Data required to complete the prior authorization request
          $ref: '#/components/schemas/V1GetPriorAuthorizationRequirements'
        silna_url:
          default: null
          description: Silna prior auth url
          title: Silna Url
          type:
          - string
          - 'null'
        approval_information_last_updated_at:
          default: null
          description: Date the prior authorization approval information was last updated
          title: Approval Information Last Updated At
          format: date-time
          type:
          - string
          - 'null'
      required:
      - id
      - specialty
      - status
      - reference_numbers
      - authorization_type
      - created_at
      title: V1PriorAuthorization
      type: object
      x-folder: public_api
    V1GetDocumentRequirement:
      properties:
        document_type:
          $ref: '#/components/schemas/PriorAuthorizationUploadDocumentType'
          description: Type of document required
        required:
          description: Whether this document is required
          title: Required
          type: boolean
        document_intelligence:
          $ref: '#/components/schemas/V1DocumentIntelligence'
          description: Document intelligence information
        requirement_satisfied:
          description: Whether the requirement is satisfied
          title: Requirement Satisfied
          type: boolean
        files:
          description: List of files for this document requirement
          title: Files
          items:
            $ref: '#/components/schemas/V1DocumentFile'
          type:
          - array
          - 'null'
        document_validation:
          default: null
          deprecated: true
          description: 'Document validation information if available. Deprecated: this field returns only a single document validation. Use document_validation_batch.id with the batch endpoints instead.'
          $ref: '#/components/schemas/V1DocumentValidation'
        document_validation_batch:
          default: null
          description: Document validation batch information if available
          $ref: '#/components/schemas/V1DocumentValidationBatch'
      required:
      - document_type
      - required
      - document_intelligence
      

# --- truncated at 32 KB (48 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/silna/refs/heads/main/openapi/silna-v1priorauthorizationresource-api-openapi.yml