Skip to main content
GET
/
v1
/
wikis
/
{wiki_id}
Wiki
curl --request GET \
  --url https://almanac-backend-83vc.onrender.com/v1/wikis/{wiki_id} \
  --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

Path Parameters

wiki_id
string
required

Response

Successful Response

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