Getting Details of a Salesforce Tenant Secret
Use the get /v1/cckm/sfdc/keys/{id}
API to view the details of a Salesforce tenant secret.
Syntax
Here, {id}
represents the resource ID of the Salesforce tenant secret.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output displays the details of the Salesforce tenant secret with the ID eca1ff8e-8609-48a2-becd-40e9d13300dc
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.