Skip to main content

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.


    Example: WkzbQMuFYuamGv3YF
    recordKey string required

    Key of the record.


    Example: someKey

Status 200

The record exists

Response Headers