Submit, track, and resolve prior authorizations across payer integrations.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.
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}/questionsand answered via the same path.
Scopes
prior_auth:read, prior_auth:write
Endpoints
| Method | Path |
|---|---|
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 |
openapi.json.