Extend · Authentication Profile

Extend Authentication

Authentication

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

CompanyConsumerProduct ProtectionExtended WarrantyShipping ProtectionE-CommerceWarrantyClaimsContractsRetailInsurance
Methods: oauth2 Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

OAuth2ClientCredentials oauth2
X-Extend-Access-Token apiKey
· in: header ()

Source

Authentication Profile

extend-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.extend.com/reference/authentication
docs: https://docs.extend.com/reference/authentication
discovery: https://api.helloextend.com/.well-known/openid-configuration
summary:
  types: [oauth2]
  oauth2_flows: [clientCredentials]
  access_token_header: X-Extend-Access-Token
schemes:
- name: OAuth2ClientCredentials
  type: oauth2
  flow: clientCredentials
  description: >-
    An Admin or API Manager creates an API Integration in the Extend Merchant Portal, which
    issues an OAuth Client ID and Client Secret. These are exchanged for a short-lived access
    token via the token endpoint using grant_type=client_credentials.
  token_url: https://api.helloextend.com/auth/oauth/token
  authorization_url: https://api.helloextend.com/auth/oauth/authorize
  introspection_url: https://api.helloextend.com/auth/oauth/introspect
  jwks_uri: https://api.helloextend.com/auth/oauth/keys
  id_token_signing_alg: [ES256, RS256]
  grant_types: [client_credentials, iam_client_credentials]
- name: AccessTokenHeader
  type: apiKey
  in: header
  name: X-Extend-Access-Token
  description: >-
    The access token obtained from the client-credentials exchange is passed on most requests in
    the X-Extend-Access-Token request header (not a standard Authorization: Bearer header).
environments:
- name: production
  base_url: https://api.helloextend.com
- name: demo
  base_url: https://api-demo.helloextend.com
  note: Separate credentials must be created in the demo Merchant Portal (merchants.demo.extend.com).
notes: >-
  Extend uses OAuth2 client-credentials to mint short-lived access tokens, then passes the token
  in the custom X-Extend-Access-Token header rather than Authorization. No user-facing OAuth
  scopes are documented (machine-to-machine client credentials), so no scopes/ artifact is
  emitted.

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