API Example
You try our APIs you can either use your own development platform/tool or the Try It interface in our developer portal.
- Use the following request to check the API status.
curl --request GET \
--url https://sandbox-apigw.optum.com/medicalnetwork/eligibility/v3/healthcheck \
--header 'Authorization: Bearer eyJraWQiOiIxIiwidHl... \
--header 'accept: */*'
- Enter your Bearer token (see API Example) in the Authorization box exactly as shown in the example above and in the image below.

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.
Updated about 19 hours ago