API Access

Oracle Health Insurance applications offer a broad range of RESTful APIs also known as Integration Points (IPs). Access to these APIs in cloud deployments differs from on-premises deployments.

Dedicated API hostname

While some APIs are queried in the browser when authenticated in the JET UI, but this same URL cannot be used for programmatic access.

The User Interfaces are protected by a form based Single Sign-On (SSO) and redirect unauthenticated requests to the associated Oracle Cloud Identity Domain login page for authentication.

Programmatic clients such as an external integration client or Postman cannot handle this form based login.

The RESTful APIs of Oracle Health Insurance applications can be reached via a dedicated hostname. The hostname differs from the host used to access the application UI in the browser. At handover, the list of environment URLs is provided, including the API URL.

See Authentication and Authorization for more information on methods to authenticate API requests.