List child pages Run in API Explorer
Ask AI
List all child pages under a given URL in the portal hierarchy.
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
GET
/list
curl \
--request GET 'https://bump.sh/api/portal/v1/list' \
--header "Portal-Url: https://developers.bump.sh/doc/workspace/"
Response examples (200)
{
"data": [
{
"type": "hub",
"url": "string",
"title": "string",
"description": "string"
}
]
}