SoundCloud · OAuth Scopes

SoundCloud OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://secure.soundcloud.com/oauth/token.

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.

MusicStreamingAudioOAuthTracksPlaylists
Scopes: 1 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://secure.soundcloud.com/authorize
Token URL
https://secure.soundcloud.com/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (1)

ScopeDescriptionFlows
non-expiring Non-expiring refresh-token grant authorizationCode

Source

OAuth Scopes

soundcloud-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/soundcloud-openapi.yml
schemes:
- name: oauth2
  source: openapi/soundcloud-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://secure.soundcloud.com/authorize
    tokenUrl: https://secure.soundcloud.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://secure.soundcloud.com/oauth/token
  description: |-
    OAuth 2.1 with PKCE. Access tokens are short-lived (~1 hour). Use
    Authorization: OAuth {ACCESS_TOKEN} on each request.
scopes:
- scope: non-expiring
  description: Non-expiring refresh-token grant
  flows:
  - authorizationCode
  sources:
  - openapi/soundcloud-openapi.yml