Playlist Groups

List playlist groups

Returns the sidebar playlist groups for the authenticated user, in sidebar order. Personal groups are only visible to you; org groups are shared with the whole workspace.

get/v1/playlist-groups

Query parameters

visibility'org' | 'personal'

Visibility: org (shared sidebar group for the entire organization) or personal (only visible to you)

Example:personal

Filter by visibility: personal or org. Omit to list all groups.

Response

OK

Example response

{
  "groups": [
    {
      "emoji": "📁",
      "id": "pg_abc123def456",
      "name": "Marketing",
      "visibility": "personal"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.