Skip to main content

Customer APIs

Complete APIs for customer lifecycle management, from registration through activation.

API Version

All Customer APIs use the /api/v2.1/ base path.

Authentication

All endpoints require:
  • Bearer Token: OAuth 2.0 access token
  • X-Tenant-ID: Your tenant identifier
curl -X GET "https://api.finhub.cloud/api/v2.1/customer/..." \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
  -H "X-Tenant-ID: your-tenant-id"