Loop Returns · OAuth Scopes

Loop Returns OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://oauth.loopreturns.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.

ReturnsE-CommerceExchangesRefundsShippingPost-PurchaseShopifyFraud PreventionRetail
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://oauth.loopreturns.com/authorize
Token URL
https://oauth.loopreturns.com/oauth/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
developer_tools Access to developer tools including webhooks authorizationCode
label_requests:read Read access to label requests authorizationCode
label_requests:write Create and modify label requests authorizationCode
labels:read Read access to labels authorizationCode
labels:write Create and modify labels authorizationCode
returns Access to returns operations authorizationCode

Source

OAuth Scopes

loop-returns-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/loop-returns-labels-openapi.yml, openapi/loop-returns-webhooks-openapi.yml
schemes:
- name: oauth2
  source: openapi/loop-returns-labels-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.loopreturns.com/authorize
    tokenUrl: https://oauth.loopreturns.com/oauth/token
- name: oauth2
  source: openapi/loop-returns-webhooks-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.loopreturns.com/authorize
    tokenUrl: https://oauth.loopreturns.com/oauth/token
  description: OAuth 2.0 authorization
scopes:
- scope: developer_tools
  description: Access to developer tools including webhooks
  flows:
  - authorizationCode
  sources:
  - openapi/loop-returns-webhooks-openapi.yml
- scope: label_requests:read
  description: Read access to label requests
  flows:
  - authorizationCode
  sources:
  - openapi/loop-returns-labels-openapi.yml
- scope: label_requests:write
  description: Create and modify label requests
  flows:
  - authorizationCode
  sources:
  - openapi/loop-returns-labels-openapi.yml
- scope: labels:read
  description: Read access to labels
  flows:
  - authorizationCode
  sources:
  - openapi/loop-returns-labels-openapi.yml
- scope: labels:write
  description: Create and modify labels
  flows:
  - authorizationCode
  sources:
  - openapi/loop-returns-labels-openapi.yml
- scope: returns
  description: Access to returns operations
  flows:
  - authorizationCode
  sources:
  - openapi/loop-returns-labels-openapi.yml