Shoplazza · Authentication Profile

Shoplazza Authentication

Authentication

Shoplazza secures its APIs with oauth2 and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyEnterpriseE-CommerceOnline StoreRetailPaymentsWebhookREST APIApplicationDeveloper Platform
Methods: oauth2, apiKey Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

OAuth2 (authorization code) oauth2
apikey-header-access-token apiKey
· in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: https://www.shoplazza.dev/docs/app/building-blocks/authentication/
docs: https://www.shoplazza.dev/docs/app/building-blocks/authentication/
summary:
  types: [oauth2, apiKey]
  api_key_in: [header]
  api_key_name: access-token
  oauth2_flows: [authorizationCode]
  notes: >-
    Shoplazza uses OAuth 2.0 (authorization code grant) to authorize third-party
    public apps. The app receives an access token (with refresh token) that is
    sent on every Admin API request in the access-token request header. OAuth
    callbacks and webhooks are additionally verified with an HMAC signature.
    App Bridge embedded apps use short-lived session tokens.
schemes:
- name: OAuth2 (authorization code)
  type: oauth2
  flow: authorizationCode
  description: >-
    Public apps request access scopes from the merchant during installation and
    exchange an authorization code for an access token + refresh token. Token is
    then presented as the access-token header on Admin API calls.
  scopes_ref: scopes/shoplazza-scopes.yml
  source: docs
- name: apikey-header-access-token
  type: apiKey
  in: header
  parameter_name: access-token
  description: >-
    The OAuth-issued access token is presented on every Admin API request via
    the access-token HTTP header (declared as the operation-level security
    scheme in the OpenAPI spec).
  sources: [openapi/shoplazza-admin-openapi-original.json]
signature_verification:
  method: HMAC
  applies_to: [oauth-callbacks, webhooks]
  docs: https://www.shoplazza.dev/docs/app/building-blocks/authentication/
embedded_session_tokens:
  used_by: App Bridge
  docs: https://www.shoplazza.dev/docs/app/developer-tools/app-bridge/

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