Authorization API

Make these requests through our API gateway:

api.sonos.com

Name Description Method Path
Create Authorization Code Generate an authorization code for your client. GET /login/v3/oauth
Create Token Create a token with an authorization code grant. POST /login/v3/oauth/access
Refresh Token Generate a new access token using a refresh token. POST /login/v3/oauth/access

See Authorize for details.