Get a paginated list of price levels with optional filtering.
For detailed information about the filtering system and available operators, refer to the Filter System Documentation.
name: Level nametype: Level typepercent_increase: Percentage increase for the price level# Find levels by name
?name[eq]=Retail
# Find levels by type
?type[eq]=percentage
# Find levels with specific percentage increase
?percent_increase[gte]=10
Authenticate using a bearer token. To obtain a token, contact [email protected]
Page number for pagination (starts at 1)
x >= 1Number of items per page (max 100)
1 <= x <= 100Sort results by field and direction. Format: field:direction
Examples:
name:asc - Sort by name in ascending ordercreated_at:desc - Sort by creation date in descending orderid:asc - Sort by ID in ascending orderDefault is id:desc
Filter by level name
Filter by level type
Filter by percentage increase