FrontApp · Authentication Profile

Frontapp Authentication

Authentication

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

CompanyCommunicationsCustomer ServiceShared InboxEmailMessagingCollaborationHelp Desk
Methods: http, oauth2 Schemes: 3 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

apiToken http
scheme: bearer
oauth2 oauth2
· flows: authorizationCode
oauth2-mcp oauth2
· flows: authorizationCode, clientCredentials

Source

Authentication Profile

frontapp-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://dev.frontapp.com/docs/authentication
docs: https://dev.frontapp.com/docs/authentication
summary:
  types: [http, oauth2]
  http_schemes: [bearer]
  oauth2_flows: [authorizationCode, clientCredentials]
  api_key_in: []
schemes:
- name: apiToken
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: >-
    API tokens (JWT bearer tokens) are created per company from Settings and
    passed in the Authorization header as `Authorization: Bearer <token>`.
    Recommended for single-company integrations and server-to-server access.
  docs: https://dev.frontapp.com/docs/create-and-revoke-api-tokens
- name: oauth2
  type: oauth2
  description: >-
    OAuth 2.0 authorization code flow for building apps that access many Front
    companies. Access tokens expire after 60 minutes; refresh tokens are valid
    for 6 months (a new refresh token is issued in the final 24 hours before
    expiry). Scopes are selected at authorization time.
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.frontapp.com/oauth/authorize
    tokenUrl: https://app.frontapp.com/oauth/token
    refreshUrl: https://app.frontapp.com/oauth/token
    access_token_ttl_seconds: 3600
    refresh_token_ttl: 6 months
  docs: https://dev.frontapp.com/docs/oauth
- name: oauth2-mcp
  type: oauth2
  description: >-
    OAuth 2.1 authorization server backing the Front MCP server; supports
    authorization_code, refresh_token, and client_credentials grants with PKCE
    (S256). Advertised via RFC 8414 metadata.
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.frontapp.com/oauth/authorize
    tokenUrl: https://app.frontapp.com/oauth/token
    revocationUrl: https://app.frontapp.com/oauth/revoke
    pkce: S256
  - flow: clientCredentials
    tokenUrl: https://app.frontapp.com/oauth/token
  scopes: [feature:mcp]
  source: well-known/frontapp-oauth-authorization-server.json

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