Update Artist
API Endpoint
POST /artist/:artistId/update
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>
Path Parameters
Parameter
Type
Description
artistId
string
The ID of the artist
Authentication Requirements
All requests must include authentication credentials.
Authorization Header: Pass the API key and secret as
<API_KEY>:<API_SECRET>
.Enterprise-ID Header: Required for impersonation when accessing user-specific data.
Request Body Schema
{
"name": "Example Artist",
"description": "A sample artist description.",
"imageId": "img_123456",
"spotifyId": "spotify_abcdef",
"appleId": "apple_123456",
"audiomackId": "audiomack_7890"
}
Last updated