Noob question time, but I don’t have a lot of experience with actual API requests. I can’t figure out how to get started, or frankly which Auth system is even current. It’s been suggested that using the Python SDK is the best way, as I need to access some custom fields, and eventually create new contacts, the former I appear unable to do the way I initially started out, which was using Python Requests and REST.
I should clarify this will be a script running locally. It looks like OAuth 2.0 is the proper way to authenticate now? But it also looks like the OAuth process (https://developer.infusionsoft.com/docs/xml-rpc/#authentication-request-permission) can only be done by redirecting through a web app? What am I missing here?
TIA