Search
Search the catalog for items matching the query string
Last updated
Search the catalog for items matching the query string
Last updated
To use XO Search, you only need to get the token
from the search tab in the XO Console. You can also get it directly from this address.
token
string
✅
query
string
✖
token
The XO Search API token.
You can get it from this page.
query
The text query used to perform a search through the catalog.
If query
is not specified, all items from the catalog will be fetched.
All responses from XO Search uses the same format. Check API Reference page for a more detailed description of this format.
NodeJS / NPM example
HTML example