Hi, I'm not clear about something with the API Rate Limit: is this rate limit per Key/Application or is it per access token generated via OAuth 2 (meaning per client)? I'm planning to develop an integration with another application that could have the potential of generating a lot of API calls if it becomes popular with hundreds of clients. I'd like to confirm if the rate limit is at the key level (since I suspect I will only ever have one key/secret for my application) or if the limit is imposed by access token. I would assume, like most platforms, that it is at the access token level, but I'd like to confirm. Thanks! Sadiq
... View more