Skip to main content
GET
Search articles

Authorizations

Authorization
string
header
required

The Authorization header is required to authenticate API requests. It should contain a bearer token obtained through the IrisAgent portal.

Headers

X-Business-Id
string
required

Business ID of the customer.

Query Parameters

text
string
required

The search query string.

offset
integer<uint>

Pagination offset for search results.

Required range: x >= 0
limit
integer<uint>
default:25

Maximum number of results to return.

Required range: x >= 1

Response

Search results

articles
object[]
required