MobileAPI.dev · Authentication Profile

Mobileapi Dev Authentication

Authentication

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

Data APIDeveloper ToolsDevice SpecificationsMobile DataPhone SpecsREST APISaaS
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

ApiKeyHeader apiKey
· in: header (Authorization)
ApiKeyQuery apiKey
· in: query (key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/mobileapi-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: ApiKeyHeader
  type: apiKey
  in: header
  parameter: Authorization
  description: Provide your API key in the Authorization header using either 'Token YOUR_API_KEY'
    or 'Bearer YOUR_API_KEY'. Both formats are equivalent.
  sources:
  - openapi/mobileapi-openapi.yml
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: key
  description: Fallback - supply your API key as the 'key' query parameter.
  sources:
  - openapi/mobileapi-openapi.yml