Skip to main content
Soon
This endpoint is under development and not yet available in production. Contact support@musique.app to be notified when it launches.
Returns all playlists assigned to your company. Each item includes playlist metadata and timestamps. Songs are not included in the list view — use Get Playlist to retrieve the full song list for a specific playlist.

Request

GET /api/v1/integration/playlists
X-API-Key: msk_prod_1234567890abcdef

Response

[
  {
    "playlistId": 1,
    "playlistName": "Summer Campaign",
    "updatedAt": "2026-06-30T09:00:00Z",
    "songsUpdatedAt": "2026-06-30T09:15:00Z"
  },
  {
    "playlistId": 2,
    "playlistName": "Weekend Vibes",
    "updatedAt": "2026-06-28T14:00:00Z",
    "songsUpdatedAt": "2026-06-29T10:30:00Z"
  }
]
FieldTypeDescription
playlistIdintegerUnique identifier for the playlist
playlistNamestringDisplay name of the playlist
updatedAtstring (ISO 8601)Last time playlist metadata (e.g. name) was updated
songsUpdatedAtstring (ISO 8601)Last time songs were added or removed from the playlist

Error Responses

StatusCodeDescription
401invalid_tokenToken is missing, invalid, or revoked
500internal_errorUnexpected server error