TestFairy · Authentication Profile

Testfairy Authentication

Authentication

TestFairy authenticates REST API calls with HTTP Basic auth using your account email as the username and your API key as the password, or with an OIDC bearer token (Sauce Labs single sign-on). The API key is found on the TestFairy account settings page. The Upload API additionally accepts the API key as an `api_key` multipart form field. No OAuth 2.0 authorization-code / scope surface is documented, so there is no scopes/ artifact for this provider.

TestFairy secures its APIs with http, bearer, and apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyMobileTestingApp DistributionBeta TestingQuality AssuranceDeveloper ToolsSession RecordingCrash ReportingDevOps
Methods: http, bearer, apiKey Schemes: 3 OAuth flows: API key in: header, formData

Security Schemes

basicAuth http
scheme: basic
oidcBearer http
scheme: bearer
uploadApiKey apiKey
· in: formData ()

Source

Authentication Profile

testfairy-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.saucelabs.com/testfairy/api-reference/rest-api/, https://docs.saucelabs.com/testfairy/api-reference/upload-api/
docs: https://docs.saucelabs.com/testfairy/api-reference/rest-api/
description: >-
  TestFairy authenticates REST API calls with HTTP Basic auth using your account
  email as the username and your API key as the password, or with an OIDC bearer
  token (Sauce Labs single sign-on). The API key is found on the TestFairy
  account settings page. The Upload API additionally accepts the API key as an
  `api_key` multipart form field. No OAuth 2.0 authorization-code / scope surface
  is documented, so there is no scopes/ artifact for this provider.
summary:
  types: [http, bearer, apiKey]
  api_key_in: [header, formData]
  oauth2_flows: []
schemes:
  - name: basicAuth
    type: http
    scheme: basic
    description: >-
      HTTP Basic authentication. Username = account email, password = API key.
      Example: curl -u "email:api-key" https://mobile.saucelabs.com/api/1/projects/
    location: Authorization header
    sources: [docs]
  - name: oidcBearer
    type: http
    scheme: bearer
    description: >-
      OIDC bearer token issued through Sauce Labs SSO. Sent as
      `Authorization: Bearer <token>` together with an `X-OIDC-Config-Key` header
      identifying the OIDC configuration.
    location: Authorization header + X-OIDC-Config-Key header
    sources: [docs]
  - name: uploadApiKey
    type: apiKey
    in: formData
    parameter_name: api_key
    description: >-
      The Upload API (POST /api/upload) accepts the API key as an `api_key`
      multipart form field: curl https://app.testfairy.com/api/upload -F
      api_key='your_api_key' -F file=@app.apk
    sources: [docs]
notes: >-
  API keys are long-lived and account-scoped; rotate them from the TestFairy
  settings page. There is no per-scope permission model exposed via the API —
  admin/tester access levels are managed through the dashboard permissions
  surface (GET /api/1/cpanel/permissions/).

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/testfairy-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.