List Project Purchases

Returns the original purchased amount on an order transaction

Path parameters

project_idstringRequired
The unique identifier of the project

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

limitintegerOptional>=1<=1000Defaults to 10

Number of results to return per page. Default 10. Range [1,1000]

Response

Successful response with orders list
orderslist of objects or null

Errors