Firework · Authentication Profile

Firework Authentication

Authentication

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

CompanyConsumerVideo CommerceShoppable VideoLivestream ShoppingE-CommerceRetailVideoSDKWebhook
Methods: oauth2 Schemes: 2 OAuth flows: clientCredentials, authorizationCode API key in:

Security Schemes

OAuth2 Client Credentials oauth2
OAuth2 Authorization Code (PKCE) oauth2

Source

Authentication Profile

firework-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.firework.com/firework-for-developers/api/authentication.md
docs: https://docs.firework.com/firework-for-developers/api/authentication
well_known: well-known/firework-oauth-authorization-server.json
summary:
  types: [oauth2]
  oauth2_flows: [clientCredentials, authorizationCode]
  token_endpoint_auth_methods: [none, client_secret_post, client_secret_basic]
  pkce: S256
  dynamic_client_registration: true       # RFC 7591 registration_endpoint
  token_revocation: true                   # RFC 7009 revocation_endpoint
  base_url: https://api.firework.com
  api_prefix: /api/v1/
schemes:
  - name: OAuth2 Client Credentials
    type: oauth2
    flow: clientCredentials
    token_endpoint: https://api.firework.com/oauth/token
    note: >-
      Server-to-server flow documented for the Public API (/api/v1/*). OAuth apps
      (client_id / client_secret) are registered and scoped to a business by the
      Firework IS (Internal Systems) team; credentials can only access resources
      belonging to that business. Not self-service.
    sources: [docs.firework.com/firework-for-developers/api/authentication]
  - name: OAuth2 Authorization Code (PKCE)
    type: oauth2
    flow: authorizationCode
    authorization_endpoint: https://api.firework.com/oauth/authorize
    token_endpoint: https://api.firework.com/oauth/token
    revocation_endpoint: https://api.firework.com/oauth/revoke
    registration_endpoint: https://api.firework.com/oauth/register
    code_challenge_methods: [S256]
    grant_types: [authorization_code, refresh_token]
    sources: [well-known/firework-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/firework-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.