Inquiry Prior Authorization
- Gets the authentication/bearer token
Generates an authentication token using your client_id
and client_secret
. For information, see Prior Authorization Security and Authorization in security and authorization.
https://sandbox-apigw.optum.com/apip/auth/v2/token
- Checks our API health
Our /healthcheck
endpoint verifies that the operating status of the requested API is optimal. It is a ping for the API entry points to ensure the entry points are accessible and it is the first thing you can do if the API request is not working.
https://sandbox-apigw.optum.com/rcm/prior-authorization/v1/healthcheck
- A standard X12 EDI 278 transaction request
Formats the 278 transaction in JSON format for an inquiry
request. Accepts JSON with a single string 'x12' property that has a 278 EDI string and produces a JSON response with a single 'x12' property that has a 215 EDI string.
https://sandbox-apigw.optum.com/rcm/prior-authorization/v1/inquiry/x12
- A JSON
Inquiry
request to the payer or clearinghouse
Accepts an EDI JSON object model request and produces a JSON object model response.
https://sandbox-apigw.optum.com/rcm/prior-authorization/v1/inquiry
Updated about 14 hours ago