There was an error while loading. Please reload this page.
POST to /appguard/api/v1/authorize_device
POST
/appguard/api/v1/authorize_device
Authorizes a pending device.
{ "device_id": "<string>" }
Responds with 200 OK if the request has been processed successfully.
200 OK
POST to /appguard/api/v1/update_config
/appguard/api/v1/update_config
Updates AppGuard configurations.
{ "log_request": "<boolean>", "log_response": "<boolean>", "retention_sec": "<integer>", "ip_info_cache_size": "<integer>", }
POST to /appguard/api/v1/update_client_firewall
/appguard/api/v1/update_client_firewall
Updates the application firewall for an AppGuard client.
{ "device_id": "<string>" "firewall": "<string>" }
Where firewall is a JSON-formatted string of the application firewall.
firewall