Skip to main content
GET
/
v1
/
wikis
/
{wiki_id}
/
topics
Topics
curl --request GET \
  --url https://almanac-backend-83vc.onrender.com/v1/wikis/{wiki_id}/topics \
  --header 'Authorization: Bearer <token>'
[
  {
    "page_count": 123,
    "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

Response

Successful Response

page_count
integer
required
topic
string
required