Returns proxy replacement statistics and current distribution. Requires admin role.
cURL
curl --request GET \ --url https://api.wappfy.io/api/admin/proxy/stats \ --header 'Authorization: Bearer <token>'
{ "replacements": {}, "distribution": {}, "timestamp": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Proxy statistics
Proxy replacement statistics per country
Active proxy distribution by country
Timestamp of statistics snapshot
Was this page helpful?