Getsandbox
Connector for the getsandbox API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://getsandbox.com/api - Auth:
header:API_Key(pass your key via theapiKeyinput)
Operations
getsandboxesactivity— GET /1/activity/search — searchActivitygetsandboxes— GET /1/sandboxes — getSandboxesgetsandbox— GET /1/sandboxes/{sandboxName} — getSandboxforksandbox— GET /1/sandboxes/{sandboxName}/fork — forkSandboxgetsandboxstate— GET /1/sandboxes/{sandboxName}/state — getSandboxStatecreatesandbox— POST /1/sandboxes — createSandbox
Inputs
apiKey— your getsandbox API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getsandboxesactivity
apiKey: <your key>