Fetching a Salesforce Cache-Only Key for a Given Identifier
Salesforce uses GET /v1/cckm/sfdc/endpoints/{endpoint_id}/keys/{id}
to callout/fetch the cache-only key for the given id from the corresponding given endpoint id.
Syntax
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Query Parameter
Parameter | Type | Description |
---|---|---|
requestID | string | Request ID sent when replay detection is enabled. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.