Class CheckUsersSavedAlbumsRequest


  • public class CheckUsersSavedAlbumsRequest
    extends Object
    Check User's Saved Albums request

    Required OAuth scopes

    user-library-read

    Response

    On success, the HTTP status code in the response header is 200 OK and the response body contains a JSON array of true or false values, in the same order in which the ids were specified. On error, the header status code is an error code and the response body contains an error object.

    • Constructor Detail

      • CheckUsersSavedAlbumsRequest

        public CheckUsersSavedAlbumsRequest​(ApiClient apiClient,
                                            String ids)

        Check User's Saved Albums request

        Parameters:
        apiClient -

        The API client

        ids -

        A comma-separated list of the Spotify IDs for the albums. Maximum: 50 IDs.

    • Method Detail