Responses

  • 200

    Success

    Hide response attributes Show response attributes object
GET /ext/api/v1/sites/
curl \
 -X GET https://api.spotipo.com/ext/api/v1/sites/ \
 -H "Authentication-Token: $API_KEY"
Response examples (200)
[
  {
    "name": "string",
    "id": 42
  }
]