Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.have-foresight.app/llms.txt

Use this file to discover all available pages before exploring further.

Submit, track, and resolve prior authorizations across payer integrations.

Concepts

  • See the Prior authorization workflow for the end-to-end story.
  • PAs progress through submitted → in_review → approved | denied | manual_review.
  • Payer questions are surfaced via /prior-authorizations/{id}/questions and answered via the same path.

Scopes

prior_auth:read, prior_auth:write

Endpoints

MethodPath
POST/v1/prior-authorizations/{id}/approve-answer
GET/v1/prior-authorizations/{id}/audit-log
POST/v1/prior-authorizations/{id}/audit-log
POST/v1/prior-authorizations/{id}/cancel
PATCH/v1/prior-authorizations/{id}/provider-review/answers
POST/v1/prior-authorizations/{id}/provider-review/decision
GET/v1/prior-authorizations/{id}/provider-review
GET/v1/prior-authorizations/{id}/questions/{questionId}
PATCH/v1/prior-authorizations/{id}/questions/{questionId}
GET/v1/prior-authorizations/{id}/questions
POST/v1/prior-authorizations/{id}/resolve-manual-review
POST/v1/prior-authorizations/{id}/retry
GET/v1/prior-authorizations/{id}
PATCH/v1/prior-authorizations/{id}
GET/v1/prior-authorizations/{id}/status
GET/v1/prior-authorizations
POST/v1/prior-authorizations
GET/v1/prior-authorizations/specialty-configs/{id}
PATCH/v1/prior-authorizations/specialty-configs/{id}
GET/v1/prior-authorizations/specialty-configs
See the Full schema section in the sidebar for the interactive request/response reference rendered from openapi.json.