Skip to main content
GET
/
v1
/
wikis
Wikis
curl --request GET \
  --url https://almanac-backend-83vc.onrender.com/v1/wikis \
  --header 'Authorization: Bearer <token>'
[
  {
    "organization_id": "<string>",
    "slug": "<string>",
    "title": "<string>",
    "wiki_id": "<string>",
    "description": ""
  }
]

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Query Parameters

organization_id
string | null

Response

Successful Response

organization_id
string
required
slug
string
required
title
string
required
wiki_id
string
required
description
string
default:""