Toshl · Authentication Profile

Toshl Authentication

Authentication

The Toshl API supports two authentication methods: OAuth 2.0 bearer tokens (authorization code and implicit grants; user-revocable) and HTTP Basic authentication using long-lived personal tokens created in the Toshl account settings (apps section, available since 26 April 2016). Access tokens default to a 3600-second lifetime with refresh tokens for renewal; refresh tokens can be revoked by users or Toshl staff at any time. Client registration (client_id and client_secret) is required before using OAuth.

Toshl secures its APIs with oauth2 and http-basic across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and implicit flow(s).

Personal FinanceBudgetingExpense TrackingFintechBankingConsumer AppsCompany
Methods: oauth2, http-basic Schemes: 2 OAuth flows: authorizationCode, implicit API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode, implicit
PersonalToken http
scheme: basic

Source

Authentication Profile

toshl-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.toshl.com/docs/
docs: https://developer.toshl.com/docs/oauth
description: >
  The Toshl API supports two authentication methods: OAuth 2.0 bearer tokens
  (authorization code and implicit grants; user-revocable) and HTTP Basic
  authentication using long-lived personal tokens created in the Toshl account
  settings (apps section, available since 26 April 2016). Access tokens default
  to a 3600-second lifetime with refresh tokens for renewal; refresh tokens can
  be revoked by users or Toshl staff at any time. Client registration (client_id
  and client_secret) is required before using OAuth.
summary:
  types: [oauth2, http-basic]
  oauth2_flows: [authorizationCode, implicit]
  personal_tokens: true
schemes:
  - name: OAuth2
    type: oauth2
    flows:
      - flow: authorizationCode
        authorizationUrl: https://toshl.com/oauth2/authorize
        tokenUrl: https://toshl.com/oauth2/token
        notes: Authorization code is valid for 30 seconds; token endpoint uses HTTP Basic auth with client credentials
      - flow: implicit
        authorizationUrl: https://toshl.com/oauth2/authorize
        notes: For insecure clients; returns a token directly after user approval
    token_lifetime_seconds: 3600
    refresh_tokens: true
    scopes_docs: https://developer.toshl.com/docs/oauth
  - name: PersonalToken
    type: http
    scheme: basic
    notes: Long-lived personal tokens generated in Toshl account settings, used via HTTP Basic authentication

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact 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 security artifact
curl "https://apis.io/api/v1/security/toshl-authentication"
All security posture
curl "https://apis.io/api/v1/security?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.