📖
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

AppleArtist

PreviousArtistRoleNextAssetAttachment

Last updated 8 months ago

CtrlK
  • List AppleArtists
  • Filter resources
  • Create AppleArtist

List AppleArtists

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

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

{
  "data": [
    {
      "id": "10a6335c-ce40-4a7e-bf60-34ni23uhuihi",
      "type": "apple-artists",
      "links": {
        "self": "https://api.idol.io/api/v2/apple-artists/<ID>a6335c-ce40-4a7e-bf60-34ni23uhuihi"
      },
      "attributes": {
        "name": "Lomepal",
        "apple-id": "923470923",
        "genre": "Hip Hop/Rap",
        "locale": "French"
      }
    },
    {
      "id": "6923a1a8-6f9c-4bb7-8f25-879asmqw087",
      "type": "apple-artists",
      "links": {
        "self": "https://api.idol.io/api/v2/apple-artists/<ID>a1a8-6f9c-4bb7-8f25-879asmqw087"
      },
      "attributes": {
        "name": "Lomepal",
        "apple-id": "45349854",
        "genre": "Pop",
        "locale": "French"
      }
    },
    {
      "id": "9d600bf2-3983-4ca1-b38e-234njkbjhbe",
      "type": "apple-artists",
      "links": {
        "self": "https://api.idol.io/api/v2/apple-artists/<ID>d600bf2-3983-4ca1-b38e-234njkbjhbe"
      },
      "attributes": {
        "name": "Lomepal",
        "apple-id": "145973450",
        "genre": "Alternative Rap",
        "locale": "English"
      }
    },
    {
      "id": "4523d406-004c-426b-b9cc-945jrn9384",
      "type": "apple-artists",
      "links": {
        "self": "https://api.idol.io/api/v2/apple-artists/<ID>d406-004c-426b-b9cc-945jrn9384"
      },
      "attributes": {
        "name": "Lomepal",
        "apple-id": "43570934",
        "genre": "Hip Hop/Rap",
        "locale": "French"
      }
    }
  ],
  "meta": {
    "record-count": 4,
    "page-count": 1
  }
}

Filter resources

api/v2/groups?filter[name]=demo-apple-artist

Create AppleArtist

POST https://api.idol.io/api/v2/apple-artists

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Content-Type*

string

application/vnd.api+json

Request Body

Name
Type
Description

distributor-id*

number

ID of the distributor

name*

string

test-apple-artist