Connecting to TD Ameritrade API to get user transactions

Attempting to connect to TD Ameritrade to post transaction data and get financial data. Having a difficult time understanding what is needed for OAuth2 and their material isn’t the best. They’ve provided a consumer key, for my specific register app but the only other info is provided via these screenshots.


1 Like

We’re you able to resolve this yet ? I have been trying the same thing and getting stuck. I think we need to do the user oAuth flow , first provide a callback url to get the auth code then post back to TDA’s Auth token POST Api to get auth token and refresh token . But not sure the exact steps to follow.