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