Pages
Get a Page
Returns the configuration of a single custom page for this portal. Custom pages can be used to display static content, documentation, or other information to developers.
get/v3/portals/{portalId}/pages/{pageId}
Path parameters
portalIdstring uuid required
Example:f32d905a-ed33-46a3-a093-d8f536af9a8a
ID of the portal.
pageIdstring uuid required
Example:ebbac5b0-ac89-45c3-9d2e-c4542c657e79
ID of the page.
Response
Details about a page in a portal.
Example response
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"slug": "/my-page",
"title": "My Page",
"content": "# Welcome to My Page",
"visibility": "public",
"status": "published",
"description": "A custom page about developer portals",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}