Parse · Authentication Profile

Parse Authentication

Authentication

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

CompanyBackend-as-a-ServiceMobileOpen-SourceREST APIDatabaseAuthenticationPush NotificationsReal-Time
Methods: apiKey Schemes: 5 OAuth flows: API key in: header

Security Schemes

X-Parse-Application-Id apiKey
· in: header ()
X-Parse-REST-API-Key apiKey
· in: header ()
X-Parse-Master-Key apiKey
· in: header ()
X-Parse-Session-Token apiKey
· in: header ()
X-Parse-Revocable-Session apiKey
· in: header ()

Source

Authentication Profile

parse-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.parseplatform.org/rest/guide/
docs: https://docs.parseplatform.org/rest/guide/#getting-started
summary:
  types: [apiKey]
  api_key_in: [header]
  oauth2_flows: []
  model: >-
    Parse REST authentication is header-based. Every request identifies the
    application with X-Parse-Application-Id and authorizes with a client key
    (X-Parse-REST-API-Key), the Master Key (X-Parse-Master-Key, bypasses ACL/CLP),
    or an end-user session token (X-Parse-Session-Token). There is no OAuth2/OIDC
    surface at the Parse Server REST layer.
schemes:
  - name: X-Parse-Application-Id
    type: apiKey
    in: header
    required: true
    description: >-
      Identifies which Parse application the request targets. Required on every
      REST request.
  - name: X-Parse-REST-API-Key
    type: apiKey
    in: header
    description: >-
      Client REST API key. Grants client-level access subject to class-level
      permissions (CLP) and per-object ACLs.
  - name: X-Parse-Master-Key
    type: apiKey
    in: header
    description: >-
      Master key. Full read/write access that bypasses all ACLs and CLPs. Use
      only from trusted server-side environments; never ship in client apps.
  - name: X-Parse-Session-Token
    type: apiKey
    in: header
    description: >-
      Per-user session token returned by signup/login. Scopes a request to the
      permissions of that authenticated user.
  - name: X-Parse-Revocable-Session
    type: apiKey
    in: header
    description: >-
      Set to "1" on login/signup to request a revocable session token stored in
      the _Session class (recommended over legacy tokens).
notes:
  - Master key and REST API key are configured on the Parse Server instance, not
    minted per-request.
  - Access control is enforced through per-object ACLs and per-class Class-Level
    Permissions (CLP); the Master Key overrides both.

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/parse-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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