Hello Friends,
I’m new to Acumatica and I’m trying to integrate with Acumatica using Contract based REST APIs using OAuth. We have a L1 tier license.
I generate the OAuth Access Token first, and then reuse it to call Acumatica APIs. But I often run into “API Login Limit” errors when I try to create Invoices through APIs. I’m confused because I’m not really trying to login and just trying to create Invoices and read customers. And since I’m using OAuth, I only login once and generate an access token, and use it in all subsequent calls.
lPXException: API Login Limit]
PX.LicensePolicy.PXLicensePolicy.CheckApiUsersLimits() +2479
PX.Web.PXApplication.Application_PostAcquireRequestState(Object sender, EventArgs e) +9
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +223
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +94
Can you please help me understand why I’m getting this error and how can I fix this?
Thanks.