List Adjustments
adjustments
List Adjustments
List Adjustments
List all adjustments for the organization. Returns both system-created and custom adjustments. Can be filtered by is_active status.
GET
List Adjustments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number, 0 indexed.
Required range:
x >= 0Number of records per page.
Required range:
1 <= x <= 500Available options:
name, created_at Available options:
asc, desc Filter by active status. If true, returns only active adjustments; if false, returns only inactive adjustments.
