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

OperationMethodEndpoint
Authorization
Modify the default data access policyPUT/auth/​database
List permission groupsGET/auth/​groups
Get a permission groupGET/auth/​groups/​{groupId}
Reauthorize a namespacePUT/auth/​namespaces/​{namespaceId}
Initialize
Get the EdgeKV initialization statusGET/initialize
Initialize EdgeKVPUT/initialize
Namespaces and data
Create a namespacePOST/networks/​{network}/​namespaces
List namespacesGET/networks/​{network}/​namespaces
Get namespace detailsGET/networks/​{network}/​namespaces/​{namespaceId}
Update namespace detailsPUT/networks/​{network}/​namespaces/​{namespaceId}
List groups within a namespaceGET/networks/​{network}/​namespaces/​{namespaceId}/​groups
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}
Access tokens
Create an access tokenPOST/tokens
List access tokensGET/tokens
Download an access tokenGET/tokens/​{tokenName}
Revoke an access tokenDELETE/tokens/​{tokenName}