📄️ Apps
The app provides, among others, the Client ID and Client Secret needed to implement any of the authorization flows.
📄️ Authentication
An access token is a string that holds your credentials and permissions, allowing you to access Spotify resources (e.g., artists, albums, tracks) or user data (e.g., your profile or playlists).
📄️ Authentication with Postman
This guide walks you through the Authorization Code Flow to obtain and use access tokens for the Spotify Web API, even without a running server. Use Postman to test the process and resolve common issues like the "response_type must be code or token" error.
📄️ Refresh Token
A refresh token is a security credential that allows client applications to obtain new access tokens without requiring users to reauthorize the application.
📄️ Errors and Status
The Spotify Web API is a RESTful API that provides JSON metadata about music artists, albums, and tracks directly from the Spotify Data Catalogue.
📄️ Redirect URIs
Beginning on the 9th of April 2025 we will enforce the subsequent validations to all newly created apps.