Skip to main content
GET
/
api
/
v1
/
variables
List User Variables
curl --request GET \
  --url https://api.example.com/api/v1/variables \
  --header 'Authorization: Basic <encoded-value>'
{
  "variables": {}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Successful Response

variables
Variables · object
required