Marketo API: Errors, Warnings, & Results
When you call a Marketo API endpoint it will most likely return a success – meaning return a response code of 200 – to Python, even if the call wasn’t a success with Marketo. This means that if you use a Try/Except block, it won’t pick up an error and run the Except block.This means…