The Link API handles user authentication through hosted flows. Users authenticate on OFAuth’s secure pages, and you receive a connection ID to use with the Access API.Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Link Guide
Complete guide with integration options, security configuration, and implementation examples
Quick Reference
| Endpoint | Method | Purpose |
|---|---|---|
/v2/link/init | POST | Initialize a Link session |
/v2/link/{clientSecret} | GET | Check session status |
/v2/link/{clientSecret} | DELETE | Delete a session |
Authentication
LINK
Redirect Flow
Redirect-based authentication
Popup Flow
Popup authentication without redirects