Sonos · OAuth Scopes

Sonos OAuth Scopes

OAuth 2.0 searched

Sonos publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Sonos API on a user’s behalf.

Tokens are issued from https://api.sonos.com/login/v3/oauth/access.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyConsumerAudioMusicSmart HomeIoTStreamingSpeakersHome AutomationVoice
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.sonos.com/login/v3/oauth
Token URL
https://api.sonos.com/login/v3/oauth/access
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
playback-control-all Full control access to the household's Sonos system: read household/group state and drive playback, volume, grouping, favorites, playlists, home theater, audio clips, and cloud-queue sessions. authorizationCode

Source

OAuth Scopes

sonos-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.sonos.com/docs/authorize
docs: https://docs.sonos.com/docs/authorize
description: >-
  The Sonos Control API defines a single OAuth 2.0 scope. It is requested in the
  authorize step and grants control over all players and groups in the
  authenticated user's household(s).
schemes:
- name: SonosOAuth
  source: https://docs.sonos.com/docs/authorize
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.sonos.com/login/v3/oauth
    tokenUrl: https://api.sonos.com/login/v3/oauth/access
scopes:
- scope: playback-control-all
  description: >-
    Full control access to the household's Sonos system: read household/group
    state and drive playback, volume, grouping, favorites, playlists, home
    theater, audio clips, and cloud-queue sessions.
  flows: [authorizationCode]
  sources: [https://docs.sonos.com/docs/authorize]