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

You can also run this API with a Postman collection.

Run in Postman

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
List namespacesGET/networks/​{network}/​namespaces
Create a namespacePOST/networks/​{network}/​namespaces
Delete namespaceDELETE/networks/​{network}/​namespaces/​{namespaceId}
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}
Delete an itemDELETE/networks/​{network}/​namespaces/​{namespaceId}/​groups/​{groupId}/​items/​{itemId}
Read an itemGET/networks/​{network}/​namespaces/​{namespaceId}/​groups/​{groupId}/​items/​{itemId}
Write an itemPUT/networks/​{network}/​namespaces/​{namespaceId}/​groups/​{groupId}/​items/​{itemId}
Access tokens
List access tokensGET/tokens
Create an access tokenPOST/tokens
Revoke an access tokenDELETE/tokens/​{tokenName}
Download an access tokenGET/tokens/​{tokenName}
Refresh an access tokenPOST/tokens/​{tokenName}/​refresh