users
Gets the user's reposts by the user handle
get/users/handle/{handle}/reposts
Path parameters
handlestring required
A User handle
Query parameters
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
limitinteger
The number of items to fetch
user_idstring
The user ID of the user making the request
Response
Success
Example response
{
"data": [
{
"item_type": "track"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.