SAIB & Co. · OAuth Scopes

SAIB & Co. OAuth Scopes

OAuth 2.0 searched

SAIB & Co. publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the SAIB & Co. API on a user’s behalf.

Tokens are issued from https://saibnco.cafe24api.com/api/v2/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.

CompanyCosmeticsConsumer GoodsE-CommerceWellnessRetailCafe24OAuth
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://saibnco.cafe24api.com/api/v2/oauth/authorize
Token URL
https://saibnco.cafe24api.com/api/v2/oauth/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
openid OpenID Connect authentication; return an ID token for the shopper. authorizationCode
dev.ucp.shopping.checkout:manage Manage the storefront checkout for the shopper. authorizationCode
dev.ucp.shopping.cart:manage Manage the shopper's shopping cart. authorizationCode
dev.ucp.shopping.order:read Read the shopper's orders. authorizationCode
dev.ucp.shopping.catalog.search:read Search the storefront product catalog. authorizationCode
dev.ucp.shopping.catalog.lookup:read Look up individual products in the storefront catalog. authorizationCode

Source

OAuth Scopes

saib-and-co-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://saibnco.com/.well-known/openid-configuration
docs: https://developers.cafe24.com/app/front/app/develop/oauth
notes: >-
  OAuth scopes advertised by the SAIB & Co. Cafe24 storefront (UCP) OpenID
  Connect discovery document (scopes_supported). These are Cafe24 Unified
  Commerce Platform storefront scopes exposed for this mall.
schemes:
- name: cafe24StorefrontOAuth
  source: well-known/saib-and-co-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://saibnco.cafe24api.com/api/v2/oauth/authorize
    tokenUrl: https://saibnco.cafe24api.com/api/v2/oauth/token
scopes:
- scope: openid
  description: OpenID Connect authentication; return an ID token for the shopper.
  flows: [authorizationCode]
  sources: [well-known/saib-and-co-openid-configuration.json]
- scope: dev.ucp.shopping.checkout:manage
  description: Manage the storefront checkout for the shopper.
  flows: [authorizationCode]
  sources: [well-known/saib-and-co-openid-configuration.json]
- scope: dev.ucp.shopping.cart:manage
  description: Manage the shopper's shopping cart.
  flows: [authorizationCode]
  sources: [well-known/saib-and-co-openid-configuration.json]
- scope: dev.ucp.shopping.order:read
  description: Read the shopper's orders.
  flows: [authorizationCode]
  sources: [well-known/saib-and-co-openid-configuration.json]
- scope: dev.ucp.shopping.catalog.search:read
  description: Search the storefront product catalog.
  flows: [authorizationCode]
  sources: [well-known/saib-and-co-openid-configuration.json]
- scope: dev.ucp.shopping.catalog.lookup:read
  description: Look up individual products in the storefront catalog.
  flows: [authorizationCode]
  sources: [well-known/saib-and-co-openid-configuration.json]