Prior Authorization V1 Getting Started
Overview
The Prior Authorization API allows providers to check authorization statuses directly from payers in real-time by connecting EDI, web portal payers, and UM vendors for efficient authorization inquiries. This API is designed to streamline the process of obtaining prior authorizations, which can often be a cumbersome and time-consuming task. By integrating with various payers and vendors, it ensures access to the most up-to-date information regarding authorization statuses, allowing for quicker decision-making and improved patient care.
The service accepts Prior Authorization API requests in the form of EDI-X12 278x215 payloads and returns EDI-X12 278x217 payer response to the consumer.
API translates the standard X12 EDI 278x215 payloads to more readable Javascript Object Notation (JSON) format, so it is more accessible to developers and easily integrated into users’ applications. The X12 standards are managed in the background, and give you efficient access to medical information in a more easy-to-use, human-readable format.
Additionally, the Prior Authorization API supports high levels of customization, providing for adaptability of requests and responses to meet specific requirements. This flexibility can help providers manage workflows more effectively and reduce administrative burdens, leading to enhanced operational efficiency.
Key Features
- Real-time authorization status checks
- Support for multiple payer connections
- Integration with EDI and web portal payers
- Compatibility with UM vendors
- Accepts JSON requests and return JSON responses
- Provides a simple JSON validation
- Translates the JSON request to X12 for downstream processing
- Translates the X12 response back to JSON to return to the consumer
Prior Authorization endpoints
- 278x215
/inquiry/x12
- JSON
/inquiry
- 278x217
/submission/x12
- JSON
/submission
NOTE
For more information about the available endpoints, see Inquiry Prior Authorization and Submission Prior Authorization topics.
/healthcheck
- Verifies that the operating status of the requested API is optimal./apip/auth/v2/token
- Generates an authentication token using yourclient_id
andclient_secret
.
BEARER TOKEN LIFESPAN
The lifespan of a Bearer token is one hour (3600 seconds) for both sandbox and production environments.
We recommend automating transactions to use the tokens generated over the token lifespan. Obtaining tokens for each transaction is less efficient and does not improve the security criteria for any transactions.
- Sandbox environment endpoint
https://sandbox-apigw.optum.com/rcm/prior-authorization/v1
- Production environment endpoint
https://apigw.optum.com/rcm/prior-authorization/v1
Updated about 20 hours ago