Skip to main content
Develop Health turns the patient, insurance, prescription, provider, and clinical evidence in a prior authorization request into a payer-ready submission. The public create endpoint is the same for both supported submission models; your implementation is configured as delegated or non-delegated with the Develop Health team.

Delegated and non-delegated workflows

In a delegated workflow, continue monitoring the PA while Develop Health handles submission and follow-up. In a non-delegated workflow, treat awaiting_review as an action state for your team: the PA is prepared but has not yet been submitted to the payer or PBM. Other nonterminal states can appear in either model. For example, awaiting_provider_response means the prescriber or provider must supply or review information, while validating_outcome means a payer response is being checked.

Typical lifecycle by model

  • Delegated: processingawaiting_outcome → terminal state
  • Non-delegated: processingawaiting_reviewawaiting_outcome → terminal state
These are the normal paths, not exhaustive state machines. Always use the current data.status and the response handling guide as the source of truth.

Response handling

A successful create response means the PA was accepted, not that it was submitted to a payer or PBM. See Prior Authorization Response Handling for lifecycle states, request errors, terminal exceptions, and recommended caller behavior.