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.
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" } ]}Introduction
Sandbox variables endpoints of the Ellipsis REST API.
Put Sandbox Variables
Upsert sandbox variables. Values are write-only: the response carries only names and timestamps. Refused for sandbox tokens (held by potentially-untrusted in-sandbox code); mutations require an API key or user token.