Hi Ashish
Even if i try the API https://rdm.reltio.com/configuration/{{rdmTenantID}}
I am getting tenant configuration not found for my rdm tenant id error.
I have all the access also like ROLE_ADMIN_TENANT and ROLE_RDM_ADMIN etc
Thanks
Himaja
------------------------------
Himaja Kallakuri
Associate consultant
Infosys
------------------------------
Original Message:
Sent: 10-01-2025 09:17
From: Nidheesh R
Subject: RDM Postman Setup
Hi Himaja,
There is no separate token required for RDM. Reltio is fully customer centric and not tenant centric and hence a single token would let you access all tenants, provided you have permissions to access it.
Do you mind sharing the full URL you are using?
Ideally, it would look something like this.
https://rdm.reltio.com/configuration/{{rdmTenant}}
curl --location 'https://rdm.reltio.com/configuration/{{rdmTenant}}' \
--header 'Authorization: Bearer {{accessToken}}'
Thanks,
NIDHEESH R