curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.variable.getVariables \
--header 'Authorization: Bearer <token>'{
"variables": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>"
}
],
"total": 1
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.variable.getVariables \
--header 'Authorization: Bearer <token>'{
"variables": [
{
"id": "<string>",
"name": "<string>",
"value": "<string>"
}
],
"total": 1
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the sandbox for which to retrieve variables.
The maximum number of variables to return.
x >= 1The number of variables to skip before starting to collect the result set.
x >= 0Was this page helpful?