For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterAPI KeysStatusSign In
GuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelog
LogoLogo
Help CenterAPI KeysStatusSign In

Changelog

June 3, 2026
June 3, 2026

OAuth apps now support scopes

OAuth apps can now declare scopes — the specific permissions your app requests from a Brevo user. Scopes are shown to the user on the consent screen and embedded in the issued access token, so your integration only gets the access it actually needs.

What’s new

  • Request granular permissions per app (e.g. contacts:read, contacts:write, crm:read, crm:write).
  • New apps default to contacts:read, contacts:write, crm:read, crm:write.
  • Manage scopes from the CLI:
    • brevo app available-scopes lists every scope the Brevo identity provider supports.
    • brevo app update --scope <scope> adds scopes to an existing app (repeatable).

Learn more

  • Scopes — full catalog and how to request them
  • CLI reference — available-scopes and app update commands
Was this page helpful?
Previous

May 14, 2026

Next
Built with