📖
API documentation
  • 🚀 Dashboard
  • 📅Changelog
  • 💾Deprecations
  • 🛠️Resources
    • Artist
    • ArtistRole
    • AppleArtist
    • AssetAttachment
    • Availability
    • Booklet
    • Company
    • Continent
    • Currency
    • Customisation
    • Distributor
    • DistributorPriceCode
    • DistributorProductSubgenres
    • Dsp
    • DspState
    • DspTag
    • DspUploadIdentification
    • Gender
    • ImportTask
    • ImportTask [NEW]
    • Label
    • Language
    • Offer
    • Playlist
    • Product
    • ProductGenre
    • ProductType
    • Quotas
    • Record
    • Retail
    • Role
    • Right
    • SendTask
    • SendTaskFactory
    • SpotifyArtist
    • Tag
    • Territory
    • Track
    • TrackOffer
    • TrackVideo
    • Video
    • Webhooks
  • 💡Best practices
    • JSON API documentation
    • Perform your first request
    • Make specific JSON API request
    • Manage the static resources
    • List of common HTTP status codes
    • ⁉️Timeouts and Errors
  • 🖥️Tutorials
    • Full Scenario
    • Managing artists
    • Upload a Dolby Atmos
    • Set a timed release
    • Update Scenario
  • 🔗Exports
    • Daily Trends export
  • 📡Webhooks
    • Presentation
Powered by GitBook
On this page
  1. 🛠️Resources

SpotifyArtist

PreviousSendTaskFactoryNextTag

Last updated 5 months ago

CtrlK
  • List SpotifyArtists
  • Filter resources

List SpotifyArtists

GET https://api.idol.io/api/v2/spotify-artists

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

{
  "data": [
    {
      "id": "10a6335c-ce40-4a7e-bf60-34ni23uhuihi",
      "type": "spotify-artists",
      "links": {
        "self": "https://api.idol.io/api/v2/spotify-artists/<ID>a6335c-ce40-4a7e-bf60-34ni23uhuihi"
      },
      "attributes": {
        "name": "Arcade Singer",
        "spotify-id": "923470923"
      }
    },
    {
      "id": "6923a1a8-6f9c-4bb7-8f25-879asmqw087",
      "type": "spotify-artists",
      "links": {
        "self": "https://api.idol.io/api/v2/spotify-artists/<ID>a1a8-6f9c-4bb7-8f25-879asmqw087"
      },
      "attributes": {
        "name": "Arcade Singer",
        "spotify-id": "45349854"
      }
    }
  ],
  "meta": {
    "record-count": 2,
    "page-count": 1
  }
}

Filter resources

api/v2/spotify-artists?filter[name]=demo-spotify-artist