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
Documentation Index
Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
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