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

Last updated