Skip to main content
GET
/
journals
/
content
/
{journal_id}
{
  "success": true,
  "message": "<string>",
  "title": "<string>",
  "journal_id": "<string>",
  "content": "<string>",
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

journal_id
string
required

Response

Successful Response

Response model for journal content.

success
boolean
required
message
string | null
title
string | null
journal_id
string | null
content
string | null
timestamp
string
I