Submission 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 submission transaction

Formats the content in the JSON for a submission 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 217 EDI string.

https://sandbox-apigw.optum.com/rcm/prior-authorization/v1/submission/x12
  • A JSON submission request

Accepts an EDI JSON object model request and produces a JSON object model response.

https://sandbox-apigw.optum.com/rcm/prior-authorization/v1/submission