Location header points to the v2 entity listing for purchase orders (/v2/owner/entity/purchase_order-13/list). To retrieve the purchase-order collection — with pagination, search and filtering — call the v2 entity listing endpoint for the purchase_order entity. Use GET /purchase_orders/{id} to fetch a single purchase order as JSON.Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/purchase_orders.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{}