The download endpoints are used to retrieve information about downloads and initiate downloads. It is an OAuth endpoint and therefore expects proper OAuth headers/parameters to be sent to it.
This endpoint allows the calling application to view various things in the user’s download library.
GET /order/1/downloads
Optional Parameters:
- page (integer): Which page of the resultset to view.
- perPage (integer): How many results per page should be returned.
This endpoint allows the client application to “initiate” a download. Beatport will mark this download as initiated and provide a link to the download.
POST /order/1/downloads
This endpoint allows the client application to “initiate” a promo download. This is used for the downloading of free tracks by a user.
POST /order/1/promo-downloads