Checkouts
List all checkouts
Returns a list of all your checkouts.
GET
/
checkouts
Query parameters
per_page
integer
A numeric value indicating the quantity of checkouts to be returned with the request, with a minimum value of 1 and a maximum value of 50.
Returns
A key-value array, containing a data property which is an array of checkouts, limited to a maximum of per_page
value.