ShopMy · OAuth Scopes

ShopMy OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.shopmy.us/v1/Partners/oauth-exchange-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.

CompanyCommerceCreator EconomyCreator CommerceAffiliate MarketingInfluencer MarketingE-CommerceRetail
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://shopmy.us/oauth
Token URL
https://api.shopmy.us/v1/Partners/oauth-exchange-token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
read_collections View shelf collections. authorizationCode
read_links View product links. authorizationCode
read_profile View public profile information. authorizationCode
write_collections Create and edit collections. authorizationCode
write_links View and edit product links. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/shopmy-partners-openapi.yml
docs: https://docs.shopmy.us/reference/getting-started-with-your-api-1
schemes:
- name: oauth2
  source: openapi/shopmy-partners-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://shopmy.us/oauth
    tokenUrl: https://api.shopmy.us/v1/Partners/oauth-exchange-token
  description: OAuth 2.0 authorization-code flow for acting on behalf of ShopMy users.
scopes:
- scope: read_collections
  description: View shelf collections.
  flows:
  - authorizationCode
  sources:
  - openapi/shopmy-partners-openapi.yml
- scope: read_links
  description: View product links.
  flows:
  - authorizationCode
  sources:
  - openapi/shopmy-partners-openapi.yml
- scope: read_profile
  description: View public profile information.
  flows:
  - authorizationCode
  sources:
  - openapi/shopmy-partners-openapi.yml
- scope: write_collections
  description: Create and edit collections.
  flows:
  - authorizationCode
  sources:
  - openapi/shopmy-partners-openapi.yml
- scope: write_links
  description: View and edit product links.
  flows:
  - authorizationCode
  sources:
  - openapi/shopmy-partners-openapi.yml