availity · JSON Structure

Service Reviews Is Auth Required Response Structure

IsAuthRequiredResponse schema from Availity API

Type: object Properties: 3

IsAuthRequiredResponse is a JSON Structure definition published by availity, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id authRequired payerMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-structure/service-reviews-is-auth-required-response-structure.json",
  "description": "IsAuthRequiredResponse schema from Availity API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "500123"
    },
    "authRequired": {
      "type": "string",
      "enum": [
        "Auth Required",
        "No Auth Required"
      ],
      "example": "Auth Required"
    },
    "payerMessage": {
      "type": "string",
      "example": "Prior authorization required for this procedure"
    }
  },
  "name": "IsAuthRequiredResponse"
}