GuideLab API

List order filter presets

Returns the organization's persisted order filter presets, ordered by display position. Defaults are initialized during organization creation or by the explicit settings-defaults command.

GET
/order-filter-presets

Returns the organization's persisted order filter presets, ordered by display position. Defaults are initialized during organization creation or by the explicit settings-defaults command.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Query Parameters

includeInactive?string

Include inactive presets

Response Body

application/json

curl -X GET "https://example.com/order-filter-presets"
{  "data": [    null  ]}
Empty
Empty