API Example

You try our APIs you can either use your own development platform/tool or the Try It interface in our developer portal.

  1. Use the following request to check the API status.
  2. Enter your Bearer token in the Authorization box exactly as shown in the left image and upon clicking Try It on the CURL REQUEST box, the response appears shown in the right image.

The information entered appears in the CURL REQUEST box as shown below.

curl --request GET \
     --url https://sandbox-apigw.optum.com/medicalnetwork/eligibility/v3/healthcheck \
     --header 'Authorization: Bearer eyJraWQiOiIxIiwidHl... \
     --header 'accept: */*'

If the API engine is working correctly and if the entry points are accessible, the API operating status response shows OK with the active product version as shown in the right image above.