From 7a6b2e4c338463398b74ca8df5e55368ea85c7e8 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 14:55:55 +0000 Subject: [PATCH] docs: add broadcast.read and broadcast.write scopes to OAuth 2.0 scopes table --- fundamentals/authentication/oauth-2-0/authorization-code.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fundamentals/authentication/oauth-2-0/authorization-code.mdx b/fundamentals/authentication/oauth-2-0/authorization-code.mdx index 96312c1e2..178f50b2d 100644 --- a/fundamentals/authentication/oauth-2-0/authorization-code.mdx +++ b/fundamentals/authentication/oauth-2-0/authorization-code.mdx @@ -75,6 +75,8 @@ Scopes allow you to set granular access for your App so that your App only has t | dm.read | All the Direct Messages you can view, including Direct Messages from protected accounts. | | dm.write | Send and manage Direct Messages for you. | | media.write | Upload media. | +| broadcast.read | View your live broadcasts and their chat. | +| broadcast.write | Manage your live broadcasts and send chat messages on your behalf. | #### Rate limits