Getting Salesforce Organizations
Use the post /v1/cckm/sfdc/get-organizations
API to fetch the Salesforce organizations based on the Salesforce cloud connection. These organizations can be added to the CipherTrust Manager and managed through CCKM.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | Name or ID of the Salesforce cloud connection on the CipherTrust Manager. |
Example Request
Example Response
The sample output displays the list of Salesforce organizations based on the specified connection. Other details such as the name
, organization_id
, cloud_name
, and type
are displayed.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.