Get playlists
GET/api/playlists
Get all playlists of current user
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id integer
name string
tracks_count integer
cover string
updated_at string
[
{
"id": 0,
"name": "string",
"tracks_count": 0,
"cover": "string",
"updated_at": "string"
}
]
Loading...