Using our Postman Collection

  1. Go to our Developers Portal and click the required product.
  2. In the main developer portal, click the API reference tab.
  3. In the left navigation, click Medical Network Eligibility V3 >> Overview.
  4. Click the Eligibility API link as highlighted below.
936

Eligibility v3 Overview

  1. Click the Run in Postman icon as shown below, which will redirect you to the Medical Network Eligibility v3 API collection in Postman.

📘

NOTE

Postman is a third-party API tool/platform and not associated with Optum. The tool enables you to test our RESTful APIs.

Overview Page

Overview Page

This redirects you to our Medical Network API collection in Postman.

  1. Use your Optum sandbox credentials to access the API collection.
    6. Click the Import a copy link as highlighted below.
480

Import a copy

  1. Click Fork Collection to make a copy of our API collection.
    The imported copy looks as shown below.

  1. In the left panel, click the Security and Authorization Access.
    a. Click the Body tab of Params and enter your credentials as highlighted below.
    b. Select the environment as sandbox.
940

Your Sandbox Credentials and Environment

  1. Click Send to generate the bearer token as shown below.
546

Bearer Token

📘

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.

  1. After generating the bearer token, continue trying our Medical Network APIs.
  2. In the left navigation, if you are sending in the JSON format , click POST Check Eligibility and if you are sending in the X12 format, click POST Check Eligibility X12.
  3. Click on the Body Params to view the Eligibility request.
  4. Click Send to view the response.

👍

NOTE

To download the specs and open it from an application of your choice for trying our APIs, click the Download OpenAPI Spec box as shown in the Overview Page figure above.

Please use the sandbox predefined fields and values to try our Medical Network APIs.

Related Topics