Search across all documentation pages in the portal by keyword Run in API Explorer
Ask AI
Search across all documentation pages in the portal by keyword.
Headers
-
A url of public portal:
- E.g. for a Documentation
https://developers.bump.sh - E.g. for a Hub
https://www.elastic.co/docs/api - E.g. for an Organization
https://apidocs.lastminute.com/
- E.g. for a Documentation
Query parameters
-
Search query string. Matches against page titles, content, and metadata.
-
Filter results by page. Useful to narrow down results of a specific documentation page.
-
Filter results by object type. Useful to narrow down results when looking for a specific kind of documentation page.
Values are
hub,api,guide,group,operation,request,response,model,message,binding, orproperty.
GET
/search
curl \
--request GET 'https://bump.sh/api/portal/v1/search?query=string' \
--header "Portal-Url: https://developers.bump.sh/doc/workspace/"
Response examples (200)
{
"data": [
{
"type": "hub",
"url": "string",
"title": "string",
"excerpt": "string"
}
],
"metadata": {
"total": 42
}
}