Check if a record exists
HEAD/v2/key-value-stores/:storeId/records/:recordKey
Check if a value is stored in the key-value store under a specific key.
Request
Path Parameters
storeId string required
Key-value store ID or username~store-name.
WkzbQMuFYuamGv3YFrecordKey string required
Key of the record.
Example:someKeyStatus 200
The record exists
Response Headers
Status 404
The record does not exist