Setup Vars
List
Retrieve a paginated list of Setup Vars records. Supports filtering, sorting, and search.
get/api/cp/setup/var
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"app_id": 1,
"key": "example_key",
"value": "Sample value text content",
"key_name": "example_key_name",
"last_update": "2025-01-17T10:30:00Z",
"flags": "protected"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.