FinGoal · OAuth Scopes

FinGoal OAuth Scopes

OAuth 2.0 derived

FinGoal publishes 3 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the FinGoal API on a user’s behalf.

Tokens are issued from https://findmoney.fingoal.com/v3/authentication.

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.

Financial ServicesFintechTransaction EnrichmentData EnrichmentPersonal Financial ManagementBankingCategorizationWebhooks
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://findmoney.fingoal.com/v3/authentication
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
calls_to_action Required (with `enrichment`) by GET /users/{userId}/sync to trigger a user tag update / calls-to-action refresh. No standalone description is published in the spec; derived from operation security requirements.
enrichment Grants access to the transaction enrichment APIs. clientCredentials
read Read access to user data. Required by GET /users/{userId} and GET /users/tags/{guid}. No standalone description is published in the spec; derived from operation security requirements.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/fingoal-insights-openapi-original.json
schemes:
- name: Authentication
  source: openapi/fingoal-insights-openapi-original.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://findmoney.fingoal.com/v3/authentication
scopes:
- scope: calls_to_action
  description: >-
    Required (with `enrichment`) by GET /users/{userId}/sync to trigger a user
    tag update / calls-to-action refresh. No standalone description is published
    in the spec; derived from operation security requirements.
  used_by:
  - getOneUserSync
  sources:
  - openapi/fingoal-insights-openapi-original.json
- scope: enrichment
  description: Grants access to the transaction enrichment APIs.
  flows:
  - clientCredentials
  used_by:
  - syncCleanupTransactions
  - asyncCleanupTransactions
  - streamingCleanupTransactions
  - baseCleanupTransactions
  - getEnrichment
  - getOneUserSync
  - listWebhookConfigurations
  - upsertWebhookConfiguration
  - deleteWebhookConfiguration
  - testWebhook
  sources:
  - openapi/fingoal-insights-openapi-original.json
- scope: read
  description: >-
    Read access to user data. Required by GET /users/{userId} and
    GET /users/tags/{guid}. No standalone description is published in the spec;
    derived from operation security requirements.
  used_by:
  - getOneUser
  - getUserTagUpdates
  sources:
  - openapi/fingoal-insights-openapi-original.json