Workspace Variables
Fetch workspace variable
Fetch the variable with fir this key.
GET
/
workspaces
/
{workspace_id}
/
application_variables
/
{variable_key}
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
workspace_id
integer
requiredID of the workspace
variable_key
string
requiredKey of the variable
Response
200 - application/json
status
enum<string>
requiredThe outcome of the fetch request
Available options:
success
data
object
requiredThe key, value, and secret status of a workspace variable
Was this page helpful?