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

OperationMethodEndpoint
Sandboxes
Create a sandboxPOST/sandboxes
List sandboxesGET/sandboxes
Get a sandboxGET/sandboxes/​{sandboxId}
Modify a sandboxPUT/sandboxes/​{sandboxId}
Delete a sandboxDELETE/sandboxes/​{sandboxId}
Clone a sandboxPOST/sandboxes/​{sandboxId}/​clone
Download EdgeWorker codeGET/sandboxes/​{sandboxId}/​edgeworkers/​{edgeWorkerId}
Upload EdgeWorker codePUT/sandboxes/​{sandboxId}/​edgeworkers/​{edgeWorkerId}
Delete an EdgeWorkerDELETE/sandboxes/​{sandboxId}/​edgeworkers/​{edgeWorkerId}
Add a property to a sandboxPOST/sandboxes/​{sandboxId}/​properties
List propertiesGET/sandboxes/​{sandboxId}/​properties
Read a propertyGET/sandboxes/​{sandboxId}/​properties/​{sandboxPropertyId}
Update a propertyPUT/sandboxes/​{sandboxId}/​properties/​{sandboxPropertyId}
Delete a propertyDELETE/sandboxes/​{sandboxId}/​properties/​{sandboxPropertyId}
Get a rule treeGET/sandboxes/​{sandboxId}/​properties/​{sandboxPropertyId}/​rules
Update a rule treePUT/sandboxes/​{sandboxId}/​properties/​{sandboxPropertyId}/​rules
Rotate the JWTPOST/sandboxes/​{sandboxId}/​rotateJWT