Snapchat · OAuth Scopes

Snapchat OAuth Scopes

OAuth 2.0 derived

Snapchat 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 Snapchat API on a user’s behalf.

Tokens are issued from https://accounts.snapchat.com/login/oauth2/access_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.

AdvertisingARAugmented RealityMarketingMessagingSocial Media
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://accounts.snapchat.com/accounts/oauth2/auth
Token URL
https://accounts.snapchat.com/login/oauth2/access_token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
snapchat-marketing-api Access to the Snapchat Marketing API authorizationCode

Source

OAuth Scopes

snapchat-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/snapchat-ads-api-openapi.yml
schemes:
- name: bearerAuth
  source: openapi/snapchat-ads-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.snapchat.com/accounts/oauth2/auth
    tokenUrl: https://accounts.snapchat.com/login/oauth2/access_token
  description: OAuth 2.0 authorization. Access tokens are obtained via the authorization code
    flow and expire after 3600 seconds. Refresh tokens can be used to obtain new access tokens.
scopes:
- scope: snapchat-marketing-api
  description: Access to the Snapchat Marketing API
  flows:
  - authorizationCode
  sources:
  - openapi/snapchat-ads-api-openapi.yml