Self Managed Account Authentication
Authenticate user's account
Authenticate user’s brokerage/exchange account programmatically (not using the Web Catalog UI)
POST
Authorizations
Contact Front to get client Secret
Contact Front to get client Id
Query Parameters
Id of the end-user
Body
application/json
Authentication request.
Available options:
robinhood
, eTrade
, alpaca
, tdAmeritrade
, weBull
, stash
, interactiveBrokers
, public
, coinbase
, kraken
, coinbasePro
, cryptoCom
, openSea
, binanceUs
, gemini
, cryptocurrencyAddress
, cryptocurrencyWallet
, okCoin
, bittrex
, kuCoin
, etoro
, cexIo
, binanceInternational
, bitstamp
, gateIo
, acorns
, okx
, bitFlyer
, coinlist
, huobi
, bitfinex
, deFiWallet
, krakenDirect
, vanguard
, binanceInternationalDirect
, bitfinexDirect
, bybit
, paxos
, coinbasePrime
Used to provide answers to security questions
Available options:
phone
, email
, totp
, phoneAndEmail
, requireNextSecurityQuestion
, readEmail
, face
Available options:
loginPassword
, mfaFlow
, faceVerification
Response
200
application/json
Success
Available options:
ok
, serverFailure
, permissionDenied
, badRequest
, notFound
, conflict
, tooManyRequest
, locked
A message generated by the API
User-friendly display message that can be presented to the end user
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.