Skip to main content
GET
/
instances
/
{id}
/
proxy
Buscar Configuração de Proxy
curl --request GET \
  --url https://api.wapizap.com/api/v2/instances/{id}/proxy \
  --header 'Authorization: Bearer <token>'
{
  "host": "<string>",
  "port": 123,
  "protocol": "http",
  "username": "<string>",
  "password": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Configuração de proxy

host
string
port
integer
protocol
enum<string>
Available options:
http,
https,
socks4,
socks5
username
string
password
string