Skip to main content
POST
Search Glossaries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant
string | null
required

The domain of the customer

Example:

"example.com"

Body

application/json
glossary_ids
string[]
required

List of glossary IDs to search

query
string
required

Search query

limit
integer
default:10

Maximum results to return

Required range: 1 <= x <= 100

Response

Successful Response

items
GlossarySearchResultItem · object[]
required

The search results