Fetch most used tags in a user's tracks
GET/users/:id/tags
Gets the most used track tags by a user.
Request
Path Parameters
id stringrequired
A User ID
Query Parameters
limit integer
The number of items to fetch
user_id string
The user ID of the user making the request
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
data string[]
{
"data": [
"string"
]
}
Bad request
Server error
Loading...