latestOpenAPI 3.1.02026-08-1217210199.4 KB

1684e1dda9be

public-api

Create Prior Auth Route

post/prior-authorization

Request body

priority0 | 1 | 2 | 3

Represents a priority level. Lower numbers are higher priority.

  • CRITICAL: 0
  • HIGH: 1
  • MEDIUM: 2
  • LOW: 3

Example request

{
  "prescription": {
    "ndc": "00169-4505-14",
    "directions": "Inject 0.25 mg under the skin once weekly",
    "quantity": 1,
    "quantity_unit_of_measure": "C48504",
    "days_supply": 28,
    "expected_length_of_therapy": "Until No Longer Needed",
    "extra": {
      "notes": "Patient prefers brand name",
      "prior_auth_reference": "ABC123"
    }
  }
}

Response

Successful creation of a prior authorization