Altruistiq · OAuth Scopes

Altruistiq OAuth Scopes

OAuth 2.0 derived

Altruistiq 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://app.altruistiq.com/api/public/v1/oauth2/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.

SustainabilityClimateCarbon AccountingEmissionsGreenhouse GasScope 3Product Carbon FootprintCorporate Carbon FootprintSupply ChainFMCGFood and BeverageESGCSRDSBTiPACTSustainability Intelligence
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://app.altruistiq.com/api/public/v1/oauth2/token
Flows
clientCredentials

Scopes (0)

Altruistiq 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.

Altruistiq authenticates via the OAuth 2.0 client credentials flow (RFC 6749) against /api/public/v1/oauth2/token using only client_id and client_secret, and no OAuth scopes are documented or used (https://docs.altruistiq.com).

Source

OAuth Scopes

altruistiq-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/altruistiq-openapi.yml
docs: https://docs.altruistiq.com
note: >-
  Altruistiq authenticates via the OAuth 2.0 client credentials flow (RFC 6749) against
  /api/public/v1/oauth2/token using only client_id and client_secret, and no OAuth scopes
  are documented or used (https://docs.altruistiq.com).
schemes:
- name: oauth2
  source: openapi/altruistiq-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://app.altruistiq.com/api/public/v1/oauth2/token
scopes: []