Added

New Purchase Requests API

We’ve added support for Purchase Requests in the API.

Endpoint

GET /v1/organizations/{organizationId}/purchase-requests

What’s included

  • Filter by status
  • Filter by createdAtFrom, createdAtTo, updatedAtFrom, updatedAtTo
  • Pagination with offset and limit
  • Sorting with sortField and sortDirection
  • Response includes purchase request details (supplier, amounts, cost center/object) and pagination metadata.

This endpoint is currently in beta and may evolve.