VUMI Documentation
  • Introduction
    • 🎉Welcome!
    • ➡️Quick Start
  • Platform
    • App Overview
      • API Products
      • Connections Overview
      • API Configuration
    • Link Overview
      • Link redirects
      • Link parameters
      • Customization
  • General API Resources
    • Authentication
      • API Login
    • Entities
      • List entities for app
    • Connections
      • Exchange public token
      • Get Connection status
      • List all connections
      • List public tokens
      • Delete Connection
    • Investments
      • List investments
    • Webhook
      • Get verification key
  • Aggregation
    • Accounts
      • List accounts
      • List account transactions
    • Portfolios
      • List portfolios
      • List portfolio transactions
      • List portfolio positions
  • Assets Transfer
    • Assets transfer
  • Developer Resources
    • API and Widget Errors
    • Webhooks and security
      • Webhook verification
    • Pagination
    • Tracing requests
Powered by GitBook
On this page
  1. General API Resources

Authentication

Last updated 11 months ago

Vumi Finlink API uses token-based authentication (with JWT). To perform any type of operation to connections in the API, you must included a Bearer token in the headers of your requests. To know how to configure credentials for your apps go to the .

Tokens for the Vumi Finlink API last for one hour and can't be refreshed. Everytime your token expires, you must perform another login operation. Moreover, sessions for our API are unique per set of credentials. That means that every secret can only have one active session at a time.

Available endpoints related to authentication are the following:

Endpoint
Method
Description

POST

Obtains a token for the given credentials

API Configuration page
Login