Scopes
Each API key carries granular scopes; an endpoint accepts a key only if its scopes satisfy the endpoint's requirement. The wildcards *, read:*, write:* and manage:* are also accepted. Grant the least privilege an integration needs.
| Scope | Grants |
|---|---|
read:profile | Read your account summary, tier, and stats. |
read:posts | Read your own posts. |
write:posts | Create and delete posts on your account. |
read:feed | Read the public global feed. |
read:users | Read public user profiles and the social graph. |
write:follows | Follow and unfollow other users. |
write:likes | Like and unlike posts. |
write:comments | Comment on posts. |
read:notifications | Read your notifications. |
read:bookmarks | Read your bookmarks. |
write:bookmarks | Add and remove bookmarks. |
write:media | Upload images for use in posts. |
read:builds | Read the public builds marketplace. |
read:content | Read blog posts and news articles. |
read:leaderboards | Read public game leaderboards. |
manage:webhooks | Create and manage webhook subscriptions. |