Skip to main content
GET
/
v1
/
wikis
/
{wiki_id}
/
topics
/
{topic}
Topic
curl --request GET \
  --url https://almanac-backend-83vc.onrender.com/v1/wikis/{wiki_id}/topics/{topic} \
  --header 'Authorization: Bearer <token>'
{
  "pages": [
    {
      "page_id": "<string>",
      "path": "<string>",
      "slug": "<string>",
      "title": "<string>",
      "updated_at": "<string>",
      "wiki_id": "<string>"
    }
  ],
  "topic": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Path Parameters

wiki_id
string
required
topic
string
required

Response

Successful Response

pages
HostedPageSummary · object[]
required
topic
string
required