Skip to main content

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.

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.

Link Guide

Complete guide with integration options, security configuration, and implementation examples

Quick Reference

EndpointMethodPurpose
/v2/link/initPOSTInitialize a Link session
/v2/link/{clientSecret}GETCheck session status
/v2/link/{clientSecret}DELETEDelete a session

Authentication

apikey: YOUR_API_KEY
Required Scope: LINK

Redirect Flow

Redirect-based authentication

Popup Flow

Popup authentication without redirects