listBuyUrls
Syntax
listBuyUrls( page_no=1, page_size=1000 )
Lists all the BuyUrl objects that belong to the Digistore24 account of the API key being used.
Access rights
Full access required.
Arguments
page_no – for performance reasons, the list of urls will be returned paginated. Enter the page number here. The count starts at 1.
page_size – the number of urls per page. Default is 1000.
Return data
A list of BuyUrl objects e.g.
[buyurls] => Array
(
[0] => Array
(
[id] => 5
[created_at] => 2014-09-10 17:18:45
[valid_until] => 2014-09-11 17:18:45
[product_id] => 372
[url] => https://www.digistore24.com/offer/5/OaIFaBmq9Dgh
[email] =>
)
[1] => Array
(
[id] => 6
[created_at] => 2014-09-10 17:18:47
[valid_until] => 2014-09-11 17:18:47
[product_id] => 372
[url] => https://www.digistore24.com/offer/6/EygwgTlNeTvh
[email] =>
)
[2] => Array
(
[id] => 7
[created_at] => 2014-09-10 17:18:49
[valid_until] => 2014-09-11 17:18:49
[product_id] => 372
[url] => https://www.digistore24.com/offer/7/AjHhy0sqTIM6
[email] =>
)