Qogita · OAuth Scopes

Qogita OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.qogita.com/staff/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.

CompanyEcommerceWholesaleMarketplaceHealth and BeautyB2BRetailDistribution
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.qogita.com/staff/oauth/authorize
Token URL
https://api.qogita.com/staff/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
staff:mcp Access to the Qogita Staff MCP server (Production). authorizationCode

Source

OAuth Scopes

qogita-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://api.qogita.com/.well-known/oauth-authorization-server
schemes:
- name: OAuth2
  source: well-known/qogita-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.qogita.com/staff/oauth/authorize
    tokenUrl: https://api.qogita.com/staff/oauth/token
scopes:
- scope: staff:mcp
  description: Access to the Qogita Staff MCP server (Production).
  flows: [authorizationCode]
  sources: [well-known/qogita-oauth-authorization-server.json]
notes: >-
  Single scope advertised by the authorization server metadata. This scope
  governs the hosted MCP resource; Qogita's public REST API does not publish a
  machine-readable scope reference.