Prior Authorization
The Prior Authorization module provides endpoints for creating, retrieving, updating, and managing pre-authorization (pre-auth) requests. It serves as the core transactional interface for submitting healthcare service requests for adjudication by the Najeeb AI Engine.
This module handles the full lifecycle of a prior authorization: creation, status retrieval, bundle synchronization, status updates, reopening, and cancellation.
Base URL
https://api.{client_namespace}.najeeb.ai/v4.0/health
Authentication
All API requests are authenticated using an API key passed in a dedicated header:
access-key: YOUR_API_KEY
For access key provisioning, please contact Najeeb support.
Replace {client_namespace} with your organization's assigned namespace.
Authentication
All endpoints require the access-key header for authentication. Requests must be made over HTTPS.
| Header | Type | Required | Description |
|---|---|---|---|
access-key | string | Yes | Your unique API key for authentication |
Content-Type | string | Yes | Must be application/json |
Keep your API key confidential. Do not expose it in client-side code, public repositories, or insecure channels. If you suspect your key has been compromised, contact the Najeeb support team immediately to rotate it.