Sandbox
Sandbox in API v3: retrieve the sandbox, reset the sandbox, list test scenarios, retrieve a test scenario, run a test scenario.
5 operations.
| Operation | Summary |
|---|---|
GET /sandbox | Retrieve the sandbox |
POST /sandbox/resets | Reset the sandbox |
GET /sandbox/test-scenarios | List test scenarios |
GET /sandbox/test-scenarios/{scenario_id} | Retrieve a test scenario |
POST /sandbox/test-scenarios/{scenario_id}/runs | Run a test scenario |
Credentials
Previous Page
Retrieve the sandbox GET
Describes the sandbox associated with the current credentials. With production credentials, the response describes the linked sandbox. If no sandbox has been provisioned, the request still succeeds and `status` is `absent`. With sandbox credentials, the response describes the sandbox itself.