Unify and manage your data

Generate external ID

Learn about the API operation to generate external IDs..

Use this operation to generate a unique external ID, typically for roles and policy configuration.

You need to have this role to invoke this operation: ROLE_API. For additional info, see Access Reltio APIs.

Request


GET https://platform-management.reltio.com/api/v1/tools/externalId
      

Response codes

HTTP statusDescription
200 OKSuccessful authenticated request; returns the external ID.
401 UnauthorizedThe caller is not authenticated; no ID is returned.

Response examples

Success (200 OK)


{
  "externalId": "a312afda-d897-4288-931d-9242d8d4f4k3"
}
      

Unauthorized (401)


{
  "error": "unauthorized",
  "error_description": "Full authentication is required to access this resource"
}