Ellipsis APIReferenceSandbox variables

List Sandbox Variables

List the customer's sandbox variables. Values are write-only: the response carries only names and timestamps, never the stored value.

GET
/v1/variables

List the customer's sandbox variables.

Values are write-only: the response carries only names and timestamps, never the stored value.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/variables"
{  "variables": [    {      "created_at": "2019-08-24T14:15:22Z",      "name": "string",      "updated_at": "2019-08-24T14:15:22Z"    }  ]}