Skip to main content
POST
Create a private sandbox port token

Authorizations

Authorization
string
header
required

API key

Path Parameters

sid
string<uuid>
required

Sandbox UUID

Body

application/json
port
integer
required
Required range: 1 <= x <= 65535
ttl
string

Token lifetime as a Go duration string (for example, "4m", "1h", or "24h"). Maximum 365 days ("8760h"). Omit for no expiration.

Example:

"4m"

Response

Port token was created

success
boolean
required
Example:

true

data
object
required