Skip to main content

API Reference

Welcome to the FinHub API Reference documentation. This comprehensive guide covers all available APIs for building financial services applications.

Getting Started

Authentication, environments, and your first API call

Customer APIs

Individual (B2C) and Organization (B2B) customer management

Financial Operations

Account operations, transfers, beneficiaries, and payment consents

Verification & Compliance

Verification processes and document management

Administration

Session management, user management, and consent templates

Developer Tools

Webhooks and testing utilities

Base URLs

EnvironmentBase URL
Sandboxhttps://sandbox-api.finhub.cloud
Integrationhttps://api-beta.finhub.cloud
Productionhttps://api.finhub.cloud

Authentication

All API requests require OAuth 2.0 Bearer token authentication:
curl -X GET "https://api.finhub.cloud/api/v2.1/..." \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -H "X-Tenant-ID: 97e7ff29-15f3-49ef-9681-3bbfcce4f6cd"

Rate Limits

EnvironmentRequests/SecondRequests/Minute
Sandbox10100
Production1001000

Getting Support

If you encounter issues or have questions about the API: For urgent production issues, use the emergency contact information provided with your production credentials.