PLATINUM DOCS
ApiSandboxes

POST /v1/sandboxes

POST
/v1/sandboxes

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

wait_for_state?string
wait_timeout_ms?integer

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/sandboxes" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "name": "string",  "state": "string",  "host_id": "string",  "via": "string",  "warm": true,  "exposed": [    {      "port": 0,      "url": "string",      "token": "string",      "public": true    }  ]}
Empty