I am receiving an error for Too Many Requests from the endpoint (getClubMembersById) even though I am below both the 15 minute and daily rate limits. On Postman when I submit the following request:
I receive the following response:
Too Many Requests
X-RateLimit-Limit 100,1000
X-RateLimit-Usage 3,560
I am able to receive valid responses from other endpoints in the api.
Is there something wrong with the getClubMembersById endpoint?