Gorgias · OAuth Scopes

Gorgias OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://{account}.gorgias.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.

Customer SupportHelpdeskEcommerceShopifyTicketsConversations
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://{account}.gorgias.com/oauth/authorize
Token URL
https://{account}.gorgias.com/oauth/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
accounts.read Read account authorizationCode
customers.read Read customers authorizationCode
customers.write Write customers authorizationCode
openid OpenID authorizationCode
tickets.read Read tickets authorizationCode
tickets.write Write tickets authorizationCode

Source

OAuth Scopes

gorgias-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/gorgias-openapi.yml
schemes:
- name: oauth2
  source: openapi/gorgias-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{account}.gorgias.com/oauth/authorize
    tokenUrl: https://{account}.gorgias.com/oauth/token
scopes:
- scope: accounts.read
  description: Read account
  flows:
  - authorizationCode
  sources:
  - openapi/gorgias-openapi.yml
- scope: customers.read
  description: Read customers
  flows:
  - authorizationCode
  sources:
  - openapi/gorgias-openapi.yml
- scope: customers.write
  description: Write customers
  flows:
  - authorizationCode
  sources:
  - openapi/gorgias-openapi.yml
- scope: openid
  description: OpenID
  flows:
  - authorizationCode
  sources:
  - openapi/gorgias-openapi.yml
- scope: tickets.read
  description: Read tickets
  flows:
  - authorizationCode
  sources:
  - openapi/gorgias-openapi.yml
- scope: tickets.write
  description: Write tickets
  flows:
  - authorizationCode
  sources:
  - openapi/gorgias-openapi.yml