Help Wizard

Step 1

NEXT STEP

Who Me Too'd this topic

Asking for increase limit API

Hi,

I have a lot of users on my web app and I reach the limit of Spotify API request (error 429).

stdClass Object
(
   [error] => stdClass Object
       (
           [status] => 429
           [message] => API rate limit exceeded
       )

)

Where can I ask for an increase rate limit of the API Spotify?

Thanks a lot.

Who Me Too'd this topic