Skip to main content
GET
/
api
/
lakehouse
/
technologies
List Brand Technologies
curl --request GET \
  --url https://api.merchantops.ai/api/lakehouse/technologies
{
  "items": [
    "<unknown>"
  ],
  "limit": 123,
  "skip": 123,
  "total": 123
}

Headers

authorization
string | null
X-Organization-ID
string | null

Query Parameters

search
string | null

Search by name or brand

brand
string | null

Filter by brand

limit
integer
default:50
Required range: 1 <= x <= 200
skip
integer
default:0
Required range: x >= 0

Cookies

stytch_session
string | null

Response

Successful Response

Generic list response with pagination.

items
any[]
required
limit
integer
required
skip
integer
required
total
integer
required