Get tenant name
Learn how to get the actual tenant display name.
Request
GET {environmentURL}/reltio/tenants/{tenant_id}/name
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"
}