Node 18 Deprecation
projects_target_env_var_list
GET
https://cloud.mobify.com/api/projects/{project_slug}/target/{target_slug}/env-var/
List a target's environment variables.
Request
curl "https://cloud.mobify.com/api/projects/{project_slug}/target/{target_slug}/env-var/"
Security
URI parameters
project_slug
string
Required
The project identifier.
target_slug
string
Required
The target identifier.
Query parameters
limit
integer
Number of results to return per page.
offset
integer
The initial index from which to return the results.
ordering
string
Which field to use when ordering the results.
search
string
A search term.
Responses
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100",
"results": [
{
"SUPER_SECRET_API_KEY": {
"value": "****************6dIR",
"created_by": "john.doe@mobify.com",
"created_at": "2020-02-26T18:05:28.873516Z",
"updated_at": "2020-02-26T18:05:35.625877Z",
"updated_by": "john.doe@mobify.com",
"publishing_status": 0,
"publishing_status_description": "Pending"
}
}
]
}
Body
Media type:
application/json
count
integer
123
next
union
http://api.example.org/accounts/?offset=400&limit=100
previous
union
http://api.example.org/accounts/?offset=200&limit=100
results
array