Skip to main content
GET
/
v1
/
outbound-ips
Get outbound IPs
curl --request GET \
  --url https://api.qa.tech/v1/outbound-ips \
  --header 'Authorization: Bearer <token>'
{
  "ipAddresses": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.qa.tech/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

The request has succeeded.

ipAddresses
string[]
required