"https://api.music.apple.com/v1/catalog/us/artists/178834?extend=artwork"
I tried to make a request with that url, but I got a response like the one below.
{
"errors": [
{
"id": "QXQJXPLLU3QUONBY75INDNZFIU",
"title": "Insufficient Permissions",
"detail": "'artwork' entities require permissions that are not in the request permissions=",
"status": "400",
"code": "40012"
}
]
}
How do I get permission to receive artist artwork information?
I hope you reply