Skip to main content
Use this endpoint to programmatically retrieve QA.tech’s current outbound IP addresses. This is useful for configuring firewall rules or allowlists so your application can accept requests from QA.tech test runners.
  • Endpoint: GET /outbound-ips
  • Authentication: None – this endpoint does not require an API key
  • Base URL: https://api.qa.tech/v1

Response

Success (200)

{
  "ipAddresses": ["1.2.3.4", "5.6.7.8"]
}
Add these IPs to your firewall or allowlist so QA.tech can reach your environments during test runs.

Error Responses

StatusDescription
500Server error (e.g. failed to fetch IP list).

Example

curl https://api.qa.tech/v1/outbound-ips
No Authorization header is required.