Importing a Tenant Secret
Use the post /v1/cckm/sfdc/keys/{id}/import
API to import a destroyed tenant secret. Only a secret with the status DESTROYED
can be imported. The status of the tenant secret changes from DESTROYED
to ARCHIVED
.
Here, {id}
represents the resource ID of the DESTROYED
tenant secret to be imported.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output displays that the Salesforce tenant secret with the ID eca1ff8e-8609-48a2-becd-40e9d13300dc
is imported, and its status is changed to ARCHIVED
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.