blazeauth
Reference

get_variable

Fetch an application variable by name.

get_variable

Fetch a variable configured for the application (feature flags, config blobs, text, etc.).

  • Type: 13
  • Requires initialization: yes
  • Requires authorization: depends on variable strategy

Request and response example

get_variable
Fetch an application variable by name.

Request fields

FieldTypeRequiredMeaning
namestringyesVariable name (as configured in the dashboard).

Response fields

FieldTypeMeaning
contentstringVariable value/content.
statusintResult status.

Common statuses

StatusMeaning
1ok
3not_authorized (if the variable requires auth and the session is not authorized)
400variable_not_found
401variable_paused
404variable_name_too_long
6internal_server_error

On this page