We have recently created some integrations with Front for our company. One of the things we would like to be able to do is see a report that gives us the number of API requests that we have made over a given time period with the option to break it down by API token. This would give us the ability to quickly track down changes in usage over a period of time if we were to start running into rate limiting.
Is this something that exists?
Best answer by Javier - Developer Relations
Hey @nick_killin and @jason,
Good news: the Engineering team is working on an API usage dashboard that should help give you the visibility you need. The first version will likely show aggregate data versus per API token, but it should still be a helpful resource for tracking rate limiting issues.
This isn’t something we have available at present. We tend to recommend our API users trace their own API usage (request path, method, status code, token used, etc).
Good news: the Engineering team is working on an API usage dashboard that should help give you the visibility you need. The first version will likely show aggregate data versus per API token, but it should still be a helpful resource for tracking rate limiting issues.