Skip to main content
GET
/
v1
/
playlist-groups
List playlist groups
curl --request GET \
  --url https://api.tella.com/v1/playlist-groups \
  --header 'Authorization: Bearer <token>'
{
  "groups": [
    {
      "emoji": "📁",
      "id": "pg_abc123def456",
      "name": "Marketing",
      "visibility": "personal"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Query Parameters

visibility
enum<string>

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

Available options:
org,
personal
Example:

"personal"

Response

OK

List of playlist groups

groups
object[]
required

Playlist groups in sidebar order