Testerarmy · Authentication Profile

Testerarmy Authentication

Authentication

Testerarmy secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyQASoftware TestingBrowser AutomationAI AgentsDeveloper ToolsCI/CDEnd-to-End TestingMobile Testing
Methods: http Schemes: 1 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: https://tester.army/api/v1/openapi.json
docs: https://docs.tester.army/api-reference
summary:
  types: [http]
  http_schemes: [bearer]
  api_key_in: [header]
  oauth2_flows: []
  notes: >-
    TesterArmy uses API-key authentication passed as an HTTP Bearer token
    (Authorization: Bearer <API_KEY>). API keys are created in the dashboard.
    No OAuth2/OIDC surface is exposed by the public API.
schemes:
  - name: bearerAuth
    type: http
    scheme: bearer
    bearerFormat: API Key
    description: API key authentication using Bearer token format
    location: header (Authorization)
    sources: [openapi/testerarmy-openapi-original.json]