users
Gets the purchases the user has made
get/users/{id}/purchases
Path parameters
idstring required
A User ID
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
sort_method'content_title' | 'artist_name' | 'buyer_name' | 'date'
The sort direction
sort_direction'asc' | 'desc'
The sort direction
content_idsstring[]
Filters purchases by track or album IDs
Headers
Encoded-Data-Messagestring
The data that was signed by the user for signature recovery
Encoded-Data-Signaturestring
The signature of data, used for signature recovery
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.