Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.range.org/v2/account-connections/cubist/login/{loginId} \ --header 'Authorization: Bearer <token>'
{ "login_id": "<string>", "mfa_types": [ "<string>" ], "refresh_token": "<string>", "expiration": 123 }
Use Authorization: Bearer
mfa_required
complete
expired
MFA types required (e.g. Totp, Fido)
Present when status is complete; use for connection create or direct bootstrap
Was this page helpful?