LevelUp · Authentication Profile

Levelup Authentication

Authentication

LevelUp secures its APIs with apiKey and custom-token across 4 declared security schemes, as derived from its OpenAPI definitions.

CompanyConsumerPaymentsMobile PaymentsPoint-of-SaleLoyaltyRestaurantRetired
Methods: apiKey, custom-token Schemes: 4 OAuth flows: API key in: body

Security Schemes

appAccessToken custom-token
· in: header ()
merchantAccessToken custom-token
· in: header ()
userAccessToken custom-token
· in: header ()
merchantAndUserAccessToken custom-token
· in: header ()

Source

Authentication Profile

levelup-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: >-
  https://github.com/TheLevelUp/levelup-sdk-ruby (lib/levelup/requests/base.rb,
  lib/levelup/endpoints/access_tokens.rb, README), https://github.com/TheLevelUp/levelup-sdk-csharp (README)
docs: null
docs_note: >-
  The canonical auth documentation lived at http://developer.thelevelup.com/api-reference/ ,
  which no longer resolves. The profile below is reconstructed verbatim from the first-party
  open-source SDKs, which are the surviving authoritative description of the auth model.
status: retired
summary:
  types: [apiKey, custom-token]
  api_key_in: [body]
  token_in: [header]
  token_header: Authorization
  token_scheme: token
  oauth2_flows: []
  note: >-
    LevelUp used a bearer-like access-token model with a custom "token" Authorization scheme
    rather than OAuth 2.0. Credentials (app API key + client secret, or merchant username +
    password) were exchanged at the access_tokens endpoint for an access token, which was then
    sent on the Authorization header. There is no OAuth 2.0 scope surface, so no scopes/ artifact.
schemes:
- name: appAccessToken
  type: custom-token
  in: header
  header: Authorization
  format: 'token <app_access_token>'
  obtained_by: >-
    POST access_tokens with api_key (app API key) + client_secret; returns an app access token.
  audience: application / point-of-sale integration
- name: merchantAccessToken
  type: custom-token
  in: header
  header: Authorization
  format: 'token merchant="<merchant_access_token>"'
  v14_format: 'token <merchant_access_token>'
  obtained_by: >-
    POST access_tokens with the merchant account username + password (plus the app API key).
  audience: merchant account
- name: userAccessToken
  type: custom-token
  in: header
  header: Authorization
  format: 'token user="<user_access_token>"'
  audience: end user / consumer account
- name: merchantAndUserAccessToken
  type: custom-token
  in: header
  header: Authorization
  format: 'token merchant="<merchant_access_token>", user="<user_access_token>"'
  audience: combined merchant + user context
auth_types_in_sdk:
  enumerated: [none, merchant, app, merchant_and_user, user, merchant_v14]
  source: levelup-sdk-ruby lib/levelup/requests/base.rb auth_header_value
transport_requirements:
- requirement: TLS 1.2 required
  scope: [www.thelevelup.com, api.thelevelup.com]
  reason: PCI security standards compliance
  source: https://github.com/TheLevelUp/levelup-sdk-csharp
  tooling: https://github.com/TheLevelUp/pos-tls-patcher
environments:
- {name: sandbox, base_url: 'https://sandbox.thelevelup.com/', real_money: false, dns: NXDOMAIN}
- {name: production, base_url: 'https://api.thelevelup.com/', real_money: true, dns: NXDOMAIN}
- {name: staging, base_url: null, note: 'referenced as a built-in LevelUpEnvironment in the C# SDK'}
signup: 'https://www.thelevelup.com/users/new (now redirects to grubhub.com)'

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/levelup-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.