Use the REST APIs

Use the REST APIs for any task available in the user interface, including search for, match, and export records. Some tasks, like Get Company Hierarchy Tree, are only available in the API.

Access the REST APIs in the following format:

https://serviceName-identityDomain.data.us2.oraclecloud.com/data/api

For example:

https://data1234-usoracle1234.data.us2.oraclecloud.com/data/api/v3/export

Important:
  • Use the latest version APIs. For example, if you see APIs for V2 and V3, choose V3. Older versions are supported only for applications that have already integrated with them.

  • For Authentication, select Oauth. For example, in SoapUI, enter the following in Resource to get the token: /data/api/v4/oauth2/token. Then, enter that access token to search in the API.

  • Error messages in the APIs are translated. Developers should set the HTTP header, so the service can determine the language.