Skip to content Skip to sidebar Skip to footer

Marketo Api And Python, Post Request Failing

We are trying to write a small library to interact with your API using Python. We tried to push a lead using cURL, and it went well: 1.- Get the OAuth token: curl 'https://700-HZF-

Solution 1:

There is an extra ":" in the Authorization header. Remove it and you should be good.


Post a Comment for "Marketo Api And Python, Post Request Failing"