Aha.io · OAuth Scopes

Aha.io OAuth Scopes

OAuth 2.0 derived

Aha.io uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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

Product ManagementRoadmappingIdea ManagementProduct DevelopmentRequirementsAgile
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://{account-domain}.aha.io/oauth/authorize
Token URL
https://{account-domain}.aha.io/oauth/token
Flows
authorizationCode

Scopes (0)

Aha.io implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Aha! OAuth 2.0 does not define or document any scopes; access tokens inherit the full permissions of the authorizing user's account role (https://www.aha.io/api/oauth2).

Source

OAuth Scopes

aha-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/aha-openapi.json
docs: https://www.aha.io/api/oauth2
note: Aha! OAuth 2.0 does not define or document any scopes; access tokens inherit
  the full permissions of the authorizing user's account role (https://www.aha.io/api/oauth2).
schemes:
- name: OAuth2
  source: openapi/aha-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{account-domain}.aha.io/oauth/authorize
    tokenUrl: https://{account-domain}.aha.io/oauth/token
  description: OAuth2 authentication with bearer tokens
scopes: []