Version History
Version History
Get the change history of a purchase record
GET
Version History
Version History
Returns a paginated list of all changes made to a purchase over time, including who made the change, when, and which fields were modified.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the purchase
Query Parameters
integer
default:"1"
Page number (1-based)
integer
default:"50"
Items per page (max 100)
Response
array[object]
Version entries:
integer
Total number of versions
integer
Current page number
integer
Page size
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The purchase does not exist or belongs to another organizationRelated Endpoints
Get Purchase
View current purchase details
Update Purchase
Modify a purchase record