Deezer User Token Jun 2026
For developers, the easiest way to get a token is through the Deezer Developers Portal.
If you are making many requests (for example, building a large playlist synchronisation tool), you must respect this limit. Some libraries implement automatic request throttling to stay within the quota. The quota applies to the , not per token or per user. If your server makes requests on behalf of multiple Deezer users, you still only get 50 requests every 5 seconds.
manage_library: Permission to add/delete favorite tracks or albums. manage_community: Permission to manage social features. deezer user token
: While the basics are there, the documentation for advanced token management can feel a bit dated compared to modern competitors like Spotify or Apple Music.
Before writing code, you must register your app on the Deezer Developer Platform. Log into the portal. Create a new application. For developers, the easiest way to get a
Treat your ARL token exactly like your Deezer password. :
Nevertheless, the exposed personal information enables serious downstream threats: The quota applies to the , not per token or per user
| Token Type | Full Name / Role | Primary Use | |------------|----------------|--------------| | | Short‑lived token obtained via OAuth 2.0 | Temporary, token-based access to Deezer’s REST API | | ARL Token | Authentication Record Locator (stored as a cookie) | Persistent session authentication, often used by third‑party tools |
Deezer returns an access_token and, in some cases, a refresh_token .
