Hi Shea, are you looking to hire a programmer to help you with your implementation?
If not, everything you need is in the API docs. I’d recommend that you double check your authentication, and your inputs in the API request. The documentation page has a useful testing tool so you can verify your token and call structure work.
From there I usually use something like Postman to verify the full request-response chain including the auth approach.
Then you can more easily implement that in your python code.