cURL
curl --request PUT \ --url https://api.wapizap.com/api/v2/instances/{id}/proxy \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "host": "proxy.example.com", "port": 8080, "protocol": "http", "username": "<string>", "password": "<string>" } '
Define ou atualiza o proxy da instância
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"proxy.example.com"
8080
http
https
socks4
socks5
Proxy configurado