See the API's various operations for details on their request parameters and response data.

OperationMethodEndpoint
Initialize
Get the EdgeKV initialization statusGET/initialize
Initialize EdgeKVPUT/initialize
Access tokens
List access tokensGET/tokens
Create an access tokenPOST/tokens
Download an access tokenGET/tokens/​{tokenName}
Revoke an access tokenDELETE/tokens/​{tokenName}
Authorization
List permission groupsGET/auth/​groups
Get a permission groupGET/auth/​groups/​{groupId}
Reauthorize a namespacePUT/auth/​namespaces/​{namespaceId}
Namespaces and data
List namespacesGET/networks/​{network}/​namespaces
Create a namespacePOST/networks/​{network}/​namespaces
Get namespace detailsGET/networks/​{network}/​namespaces/​{namespaceId}
Update namespace detailsPUT/networks/​{network}/​namespaces/​{namespaceId}
List items within a groupGET/networks/​{network}/​namespaces/​{namespaceId}/​groups/​{groupId}
Read an itemGET/networks/​{network}/​namespaces/​{namespaceId}/​groups/​{groupId}/​items/​{itemId}
Write an itemPUT/networks/​{network}/​namespaces/​{namespaceId}/​groups/​{groupId}/​items/​{itemId}
Delete an itemDELETE/networks/​{network}/​namespaces/​{namespaceId}/​groups/​{groupId}/​items/​{itemId}