Obtain account information

Please contact your customer delegated administrator (CDA) to obtain the client ID and secret for IDCS.

Steps

  1. Get your host URL for the Oracle Safety One Intake API:

    You receive a URL that is specifically created for your organization. You can use that URL to make calls to the Oracle Safety One Intake REST API. If you do not have this URL, you can either construct the URL or contact your Oracle Project Manager.

    If you construct the URL yourself, then:
    • Typically, an integration API URL for using the API for Intake integration looks like this:
      https://api.<tenant-id>.safetyone.ocs.oraclecloud.com/s1-intake-svc/rest/v1.0/some-specific-endpoint
    • A host URL for using the API for Recipe Configuration, Recipes and Prediction Models looks like this:
      https://<tenant-id>.safetyone.ocs.oraclecloud.com/s1-recipe-svc/rest/v1.0/some-specific-endpoint
  2. Get your user name and password.

    Note:

    This step applies specifically when using the API for Recipe Configuration, Recipes and Prediction Models. Skip this step if you are focusing on the Intake Integration API.

    To use the Oracle Safety One Intake REST APIs, you need an SSO account in Oracle Identity Cloud Services (IDCS). And you also need to have the Intake Designer role assigned to you through Argus Console.

    Your CDA creates the user account and assigns the role to you. Contact your CDA to confirm these details.

Next step: Get a token for authentication