Logo
Akamai APIs API Documentation

Read an item

GET https://{{host}}/edgekv/v1/networks/:network/namespaces/:namespaceId/groups/:groupId/items/:itemId

Read an EdgeKV item. You need to specify the namespace and group the item belongs to. It can take ten seconds or longer to read an item that has been recently written to EdgeKV. The API may return a 404 error during that period. This is normal behavior for EdgeKV, which is an eventually consistent database.

 

Body PARAM

Key Datatype Required Description 
sandboxId
string (Optional) Accesses EdgeKV data in the specified sandbox environment. To list existing sandbox identifiers, run the Sandbox API's [List sandboxes](https://techdocs.akamai.com/sandbox/reference/get-sandboxes) operation.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "currency": "€", "flag": "/germany.png", "name": "Germany" }



Curl
curl -X GET 'https://host/edgekv/v1/networks/:network/namespaces/:namespaceId/groups/:groupId/items/:itemId?sandboxId=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS