SOAX · Authentication Profile

Soax Authentication

Authentication

SOAX secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

ProxyWeb ScrapingResidential ProxiesMobile ProxiesDatacenter ProxiesData ExtractionAnti-Bot Bypass
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

APIKeyHeader apiKey
· in: header (api-key)
APIKeyHeader apiKey
· in: header (X-SOAX-API-Secret)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/soax-proxy-management-api-openapi.yml, openapi/soax-web-data-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: api-key
  description: Your SOAX API key from the Profile tab in your dashboard
  sources:
  - openapi/soax-proxy-management-api-openapi.yml
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: X-SOAX-API-Secret
  description: SOAX API key from your dashboard Scraper APIs section
  sources:
  - openapi/soax-web-data-api-openapi.yml