Mobile Action · Authentication Profile

Mobile Action Authentication

Authentication

Mobile Action secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyApp Store OptimizationASOMobile MarketingApple Search AdsApp IntelligenceAd IntelligenceMarket IntelligenceAnalytics
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

apiKeyToken apiKey
· in: query (token)

Source

Authentication Profile

mobile-action-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.mobileaction.co/guide/introduction
docs: https://docs.mobileaction.co/guide/introduction
summary:
  types:
  - apiKey
  api_key_in:
  - query
  oauth2_flows: []
  notes: >-
    The MobileAction API uses a single API key ("token") passed as a query
    parameter on every request. Keys are issued per account and metered against
    a credit balance; the remaining balance can be checked via the /api-key
    endpoint or the X-Credit-Remaining response header. No OAuth surface is
    documented.
schemes:
- name: apiKeyToken
  type: apiKey
  in: query
  parameter: token
  description: >-
    Account API key supplied as the `token` query parameter on each request
    against https://api.mobileaction.co. Retrieve and rotate keys from the
    MobileAction dashboard.
  sources:
  - https://docs.mobileaction.co/guide/introduction