Key Value Store

Upsert a single entry. Authenticate with a JWT for user access, or an X-API-Key header for service access.

put/v4/key-value-stores/{key}/entries

Path parameters

keystring required

Identifier of the key-value store.

Request body

addressstring required

Target Ethereum address (or bytes32 campaignId for APR configs)

valuestring required

JSON value (shape gated by config type)

Response

Response for status 200

addressstring required
valuestring required
createdAtstring required
updatedAtstring required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.