Accelerate the Value of Data

Get tenant name

Learn how to get the actual tenant display name.

Request

GET {environmentURL}/reltio/tenants/{tenant_id}/name
Table 1. Parameters
Name Required Description
Headers Content-Type Yes The parameter headers must be "Content-Type: application/json".
URL Param tenant_id Yes Represents the Tenant Id (name).

Response

GET {environmentURL}/reltio/tenants/{tenant_id}/name
{
   "value" : "current tenant name"
}