Skip to main content

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

Success

Schema

    data string[]
Loading...