Access token rate limit issue

Access token rate limit issue

We are using Zoho Creator API to retrieve data using the Data API.

We have a large number of reports and running into rate limits for access tokens. Since we use serverless processes, we can not share memory across multiple runs. So we retrieve a token for every report.

There is a revoke process for refresh tokens but none for access tokens. We feel a revoke process for access token would solve the issue. Alternately, if the rate limit can be increased to reasonable limit, it could be highly beneficial.

Are there ways to simplify the process or do we need to implement a token storage and retrieval system ourselves?

Thanks,
Shuvro.