Skip to content

Bearer token

Bearer credentials send a static token in the Authorization header. Use for JWTs, personal access tokens, and long-lived API tokens your backend accepts as Bearer auth.

  1. CredentialsCreateBearer token.
  2. Name — e.g. Production Store API.
  3. Token — paste the secret (masked after save).
  4. Save and attach to API Request tools.

Chatevo sends:

Authorization: Bearer <your-token>

Plus any static headers defined on the tool.

Use BearerConsider OAuth or API key instead
Token does not expire soonShort-lived tokens needing refresh → OAuth 2.0
Vendor docs specify BearerCustom header name → API key
MCP server expects Bearer
  1. Issue new token on your API provider.
  2. Update credential in Chatevo.
  3. Test tools — no tool definition changes required.
IssueCheck
401Token copied with extra whitespace; wrong environment token
403Token valid but insufficient scopes

See Troubleshooting tool errors.