Chatfuel · Authentication Profile

Chatfuel Authentication

Authentication

Chatfuel secures its APIs with http and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyChatbotsConversational AIMessagingMarketing AutomationCustomer SupportWhatsAppInstagramFacebook MessengerNo-Code
Methods: http, apiKey Schemes: 2 OAuth flows: API key in: query

Security Schemes

DashboardBearerToken http
scheme: bearer
BroadcastToken apiKey
· in: query (chatfuel_token)

Source

Authentication Profile

chatfuel-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.chatfuel.com/api/dashboard-api
docs: https://docs.chatfuel.com/en/collections/168839-api
summary:
  types:
  - http
  - apiKey
  api_key_in:
  - query
  oauth2_flows: []
  notes: >-
    Chatfuel uses two distinct token schemes. The Dashboard API authenticates
    with a Bearer "Dashboard API Token" in the Authorization header; the token is
    generated once from the dashboard profile and cannot be retrieved again. The
    Broadcasting API authenticates with a per-bot chatfuel_token passed as a
    request parameter alongside the bot and user identifiers. No OAuth 2.0 or
    OpenID Connect surface is documented.
schemes:
- name: DashboardBearerToken
  type: http
  scheme: bearer
  description: >-
    Dashboard API Token supplied as `Authorization: Bearer {token}`. Generated
    from the dashboard profile ("Dashboard API Token" -> "Generate Token"); shown
    once and must be saved on creation or revoked and regenerated.
  applies_to: Chatfuel Dashboard API (https://dashboard.chatfuel.com/api)
  source: https://docs.chatfuel.com/api/dashboard-api
- name: BroadcastToken
  type: apiKey
  in: query
  parameter: chatfuel_token
  description: >-
    Per-bot broadcasting token supplied as the `chatfuel_token` request
    parameter on Broadcasting API calls to
    https://api.chatfuel.com/bots/{BOT_ID}/users/{USER_ID}/send.
  applies_to: Chatfuel Broadcasting API (https://api.chatfuel.com)
  source: https://docs.chatfuel.com/en/articles/790461-broadcasting-api