The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::API::Generated::Markets at lib/Net/Async/Spotify/API/Generated/Markets.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.
NAME
Net::Async::Spotify::API::Generated::Markets - Package representing Spotify Markets API
DESCRIPTION
Autogenerated module. Based on https://developer.spotify.com/documentation/web-api/reference/#reference-index Check crawl-api-doc.pl
for more information.
METHODS
get_available_markets
get_available_markets - Get Available Markets
Get the list of markets where Spotify is available.
with Request details being:
header
- Authorization
-
Type: string | Required: required A valid user access token or your client credentials.
and Response Objects being:
- error object
On success, the HTTP status code in the response header is 200 OK and the response body contains a list of the countries in which Spotify is available, identified by their ISO 3166-1 alpha-2 country code with additional country codes for special territories. On error, the header status code is an error code and the response body contains an error object.Try in our Web Console