Get Salesforce connector profile configurations
Learn how this API returns the profile configuration of the tenant with a given name.
Request
Operation Endpoint:
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization |
Yes | Access Token in the format "Bearer
.For more information, see topic Authentication API. |
Content-Type |
Yes | Must be Content-Type: application/json . |
|
Path | tenantId |
Yes | Id of the tenant |
Path | profileName |
Yes | Name of the Profile |
Query | showEncryptedSecrets |
No |
The possible values are true or false. The default value will be false, if the parameter is missing. If the parameter is set to false, then all the passwords are hidden with ******** values. If the parameter is set to true then the passwords aren't hidden. |
Query | fromCache |
No | The possible values are true or false. If the parameter is missing, its default value is false. If the parameter is set to true, then it returns data from the cache. |
Response
Example
Sample Response JSON: