Determine the plan a user is on

Is there a way using the API that I can determine whether the user is on Silver, Gold or Platinum?

Yes, you can check what the X-RateLimit-Limit response is to determine which plan they’re on:
Silver - 100 requests per 10 seconds per API token
Gold - 200 requests per 10 seconds per API token
Platinum - 400 requests per 10 seconds per API token

1 Like