Archbee · Example Payload

Archbee Api Page Example

API DocumentationDocumentation PlatformKnowledge BaseTechnical WritingDeveloper Docs

Archbee Api Page Example is an example object payload from Archbee, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtitleslugstatuscontentspaceIdparentIdupdatedAt

Example Payload

Raw ↑
{
  "id": "pg_abc123",
  "title": "Getting Started",
  "slug": "getting-started",
  "status": "published",
  "content": "# Getting Started\n\nWelcome to our API...",
  "spaceId": "sp_abc123",
  "parentId": "pg_parent123",
  "updatedAt": "2026-04-19T10:00:00Z"
}