Path Parameters
Example:
"my-artist-id"
Response
Artist fetched successfully
Whether the request was successful
Example:
true
Message from the API
Example:
"Artist found"
The response from the Artist GET request.
Example:
{
"orgId": "example",
"createdAt": { "seconds": 3, "nanoseconds": 3 },
"updatedAt": { "seconds": 3, "nanoseconds": 3 },
"artistId": "example",
"name": "example",
"imageAssetId": null,
"externalIds": {
"appleMusic": null,
"spotify": null,
"youtube": null
},
"clientRef": null
}