Spiko · OAuth Scopes

Spiko OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://investor-auth.spiko.io/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.

CompanyFintechMoney Market FundsTreasury ManagementTokenizationCash ManagementPaymentsWebhook
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://investor-auth.spiko.io/oauth2/auth
Token URL
https://investor-auth.spiko.io/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token. authorizationCode
offline Required for obtaining a refresh token. authorizationCode
offline_access Standard OIDC offline access scope for issuing refresh tokens. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/spiko-investor-openapi.json
docs: https://docs.spiko.io/developers/investor_api/getting_started
authorization_server: https://investor-auth.spiko.io
well_known: https://investor-auth.spiko.io/.well-known/openid-configuration
notes: >-
  OAuth 2.0 (authorization code + PKCE S256) protects the Investor API. Scopes
  advertised by the authorization server's OpenID discovery document are openid,
  offline, and offline_access. The OpenAPI oauth2 flow only enumerates the
  `offline` scope (used to request a refresh token); the remaining scopes come
  from the live /.well-known/openid-configuration. The Distributor API does not
  use OAuth (HTTP Basic only) and therefore has no scope surface.
schemes:
- name: oauth2
  source: openapi/spiko-investor-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://investor-auth.spiko.io/oauth2/auth
    tokenUrl: https://investor-auth.spiko.io/oauth2/token
    code_challenge_methods:
    - S256
    - plain
scopes:
- scope: openid
  description: OpenID Connect authentication; returns an ID token.
  flows:
  - authorizationCode
  sources:
  - https://investor-auth.spiko.io/.well-known/openid-configuration
- scope: offline
  description: Required for obtaining a refresh token.
  flows:
  - authorizationCode
  sources:
  - openapi/spiko-investor-openapi.json
- scope: offline_access
  description: Standard OIDC offline access scope for issuing refresh tokens.
  flows:
  - authorizationCode
  sources:
  - https://investor-auth.spiko.io/.well-known/openid-configuration

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/spiko-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.