Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sandboxId
string

The ID of the sandbox for which to retrieve variables.

limit
integer

The maximum number of variables to return.

Required range: x >= 1
offset
integer

The number of variables to skip before starting to collect the result set.

Required range: x >= 0

Response

OK

variables
object[]
total
integer
Required range: x >= 0