We're noticing weird behaviour on the response headers when calling PermID API using our token.
Before we were receiving the following headers
X-RateLimit-Limit-day
X-RateLimit-Remaining-day
which we use in order to manage our requests, but now the response seems to have changed, and we're not getting those headers anymore.
I've looked for some documentation related to this, but couldn't find any clarification on that particular detail. What response headers should we expect in order to keep control of our daily rate limits?
Thanks in advance.