API reference/Knowledge Base
Search articles
Full-text search across knowledge base articles. The response nests differently from the other lists: data is an object holding articles and totalCount.
Authorization
AuthorizationRequiredBearer <token>API key as Bearer token: Authorization: Bearer sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
X-API-Key<token>API key via header: X-API-Key: sk_live_.... Use sk_live_ prefixed keys for production data and sk_test_ prefixed keys for sandbox/test data.
In: header
Query Parameters
queryRequiredstringThe search text. Required — omitting it returns 400.
categoryIdstringRestrict the search to one category.
Format:
"uuid"limitintegerMaximum articles to return. Defaults to 10 on this endpoint, not the usual 20.
Default:
10Search results