Hello!
I am building an app to create custom objects in Marketo. A limitation with the software I am using is that I cannot cache the API Token I generate and will have to make many redundant calls to generate/retrieve an api token even if it has not expired yet. I will have to do this with every custom object I create.
From my testing (i made a call and checked the "API Calls used in last 7 days" counter), it does not seem that token generation affects api limits.
However, I wanted to make sure.
Does anyone know if a call to the <Identity URL>/oauth/token endpoint counts towards the daily api limit?
It does not. I think it may have at some point.