See the API's various operations for details on their request parameters and response data.
| Operation | Method | Endpoint |
|---|---|---|
| Sandboxes | ||
| Create a sandbox | POST | /sandboxes |
| List sandboxes | GET | /sandboxes |
| Get a sandbox | GET | /sandboxes/{sandboxId} |
| Modify a sandbox | PUT | /sandboxes/{sandboxId} |
| Delete a sandbox | DELETE | /sandboxes/{sandboxId} |
| Clone a sandbox | POST | /sandboxes/{sandboxId}/clone |
| Download EdgeWorker code | GET | /sandboxes/{sandboxId}/edgeworkers/{edgeWorkerId} |
| Upload EdgeWorker code | PUT | /sandboxes/{sandboxId}/edgeworkers/{edgeWorkerId} |
| Delete an EdgeWorker | DELETE | /sandboxes/{sandboxId}/edgeworkers/{edgeWorkerId} |
| Add a property to a sandbox | POST | /sandboxes/{sandboxId}/properties |
| List properties | GET | /sandboxes/{sandboxId}/properties |
| Read a property | GET | /sandboxes/{sandboxId}/properties/{sandboxPropertyId} |
| Update a property | PUT | /sandboxes/{sandboxId}/properties/{sandboxPropertyId} |
| Delete a property | DELETE | /sandboxes/{sandboxId}/properties/{sandboxPropertyId} |
| Get a rule tree | GET | /sandboxes/{sandboxId}/properties/{sandboxPropertyId}/rules |
| Update a rule tree | PUT | /sandboxes/{sandboxId}/properties/{sandboxPropertyId}/rules |
| Rotate the JWT | POST | /sandboxes/{sandboxId}/rotateJWT |
