Qwilr · OAuth Scopes

Qwilr OAuth Scopes

OAuth 2.0 searched

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

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

CompanyProposalsDocumentsSalesQuotesContractsE-SignatureWebhooksMCPSaaS
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
mcp Grants an OAuth client access to the Qwilr hosted MCP server at https://mcp.qwilr.com. This is the only scope advertised by Qwilr's OAuth 2.0 authorization server metadata (scopes_supported). authorizationCode

Source

OAuth Scopes

qwilr-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://api.qwilr.com/.well-known/oauth-authorization-server
docs: https://mcp.qwilr.com/.well-known/oauth-protected-resource
schemes:
- name: mcpOAuth2
  source: api.qwilr.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.qwilr.com/oauth/authorize
    tokenUrl: https://api.qwilr.com/oauth/token
scopes:
- scope: mcp
  description: >-
    Grants an OAuth client access to the Qwilr hosted MCP server at
    https://mcp.qwilr.com. This is the only scope advertised by Qwilr's
    OAuth 2.0 authorization server metadata (scopes_supported).
  flows:
  - authorizationCode
  sources:
  - api.qwilr.com/.well-known/oauth-authorization-server
notes: >-
  The REST API (api.qwilr.com/v1) uses opaque bearer JWT tokens generated in-app,
  not OAuth scopes. The only documented OAuth scope surface is the single "mcp"
  scope fronting the MCP server.