Skip to main content
GET
/
variables
Get store variables
curl --request GET \
  --url https://admin.aeoliancms.com/api/v1/variables \
  --header 'Authorization: Bearer <token>'
{
  "variables": {}
}

Authorizations

Authorization
string
header
required

API key in format ak_<48-hex-chars>

Response

200 - application/json

Key-value map of store variables

variables
object