Second (scnd) · OAuth Scopes

Second (scnd) OAuth Scopes

OAuth 2.0 searched

Second (scnd) publishes 2 OAuth 2.0 scopes via the clientCredentials, password, and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Second (scnd) API on a user’s behalf.

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.

CompanyMarketplaceServicesVendor ManagementPaymentsOAuthSaaSProcurement
Scopes: 2 Flows: clientCredentials, password, authorizationCode Method: searched

Scopes (2)

ScopeDescriptionFlows
private Access to all frontend endpoints where a user auth is required. password, authorizationCode
admin Access to all backend endpoints where an admin (super-admin) auth is required. clientCredentials, password, authorizationCode

Source

OAuth Scopes

scnd-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://features.scnd.com/v2.0/superadmin/oauth
docs: https://features.scnd.com/v2.0/superadmin/oauth
note: >-
  Second's OAuth authorized-apps model exposes a coarse two-level permission
  ("scope") selection rather than a fine-grained named-scope catalog. An
  authorized app is granted one or both of the permissions below at registration.
  No further per-resource scope reference is published in the docs.
schemes:
- name: OAuth2
  flows: [clientCredentials, password, authorizationCode]
scopes:
- scope: private
  description: Access to all frontend endpoints where a user auth is required.
  flows: [password, authorizationCode]
- scope: admin
  description: Access to all backend endpoints where an admin (super-admin) auth is required.
  flows: [clientCredentials, password, authorizationCode]