Gets the current custom settings.
Tenant name
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
User ID of the logged-in user
Full name of the logged-in user
curl --request GET \--url https://idd_url/idd/api/v2/tenantId/services/customsettings \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"primaryObject": "Apttus__APTS_Agreement__c",3"postProcAPI": "https://salesforcepostproc.com/apex/run",4"context": {5"agreementId": "004ake43248"6}7}