REST API Overview
Haptic’s REST API is used internally by the Haptic website. These endpoints are not publicly accessible and require the shared secret header.Authentication
All REST endpoints require:Base URL
https://mcp.haptic.sh
Endpoints
Account Management
POST /create-link-token- Create Plaid Link tokenPOST /exchange-public-token- Exchange public token for access tokenPOST /remove-account- Remove individual accountPOST /remove-institution- Remove entire institution
Admin
GET /admin/accounts- List all Plaid accounts (admin only)GET /admin/stats- System-wide statistics (admin only)
These endpoints are for internal use only. End users should use the Haptic dashboard at haptic.sh/dashboard.
