Under maintenance

Heretto Help

Obtain Parameter Values for Endpoint URLs

Each endpoint URL in Heretto Deploy API contains two variables that need to be replaced with actual values: organizationId and deploymentIdentifier. These variables are specific to your Heretto CCMS implementation.

Portions of this procedure can be completed only by users assigned the Administrator role in Heretto CCMS.

An example of the Search pages endpoint with both variables:

https://{organizationId}.deploy.heretto.com/v4/deployments/{deploymentIdentifier}/search

Ensure you are assigned the Administrator role in Heretto CCMS.

Obtain the organizationId parameter value

  1. Contact your Customer Success Manager (CSM) or the Heretto support team to get the organizationId parameter value.

Obtain the deploymentIdentifier parameter value (Administrators only)

  1. Log in to Heretto CCMS as an Administrator.
  2. In the top-left corner, click the Main Menu and go to Deployments.
  3. In the deployments list, click the name of the deployment you want to use in your API calls.
  4. In the Info section, copy the value in the ID field.
    The deploymentIdentifier is the value found in the ID field.
Create an API Key