ApiSandboxes
POST /v1/sandboxes/{id}/expose
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
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/string/expose" \ -H "Content-Type: application/json" \ -d '{ "port": 1 }'{ "port": 0, "url": "string", "token": "string", "public": true}Empty