Checks the health of the Webshare proxy API. Requires admin role.
cURL
curl --request GET \ --url https://api.wappfy.io/api/admin/proxy/health \ --header 'Authorization: Bearer <token>'
{ "status": "healthy", "timestamp": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Proxy API health status
Webshare API health status
healthy
unhealthy
Health check timestamp
Was this page helpful?