# Get single global variable
You can return specific global variable details.
GET
/global-variables/:id
Attributes | Type | Required | Description |
---|---|---|---|
id | integer | yes | A unique identifier for the global variable which is given by User.com automatically. |
# Request
- CURL
- JavaScript
- PHP
- Python
curl -X GET -H
"Authorization: Token \<your_64_char_api_key>"
"https://<your_app_subdomain>.user.com/api/public/global-variables/:id/"
# Response
{
"id": 3589,
"name": "Some global variable",
"name_std": "some_global_variable",
"integer_content": "",
"text_content": "January Promotions",
"author": 1
"created_at":"2020-01-24T09:00:15.800900Z",
"updated_at":"2020-01-24T09:00:15.801042Z",
}