What are the valid scopes for an API key? #10845
-
Beta Was this translation helpful? Give feedback.
Answered by
stnguyen90
Nov 19, 2025
Replies: 1 comment
-
|
Our list of scopes are available here, but it looks like it's missing some scopes so we'll make sure to update it. Besides that, since you're using Python, a server-side SDK, please make sure to follow the SSR auth docs which explains to create an API key with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stnguyen90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Our list of scopes are available here, but it looks like it's missing some scopes so we'll make sure to update it.
Besides that, since you're using Python, a server-side SDK, please make sure to follow the SSR auth docs which explains to create an API key with the
sessions.writescope and has details about what method/endpoint you should be calling.