Skip to main content
GET
/
journals
/
list
{
  "success": true,
  "message": "<string>",
  "journals": [
    {
      "id": "<string>",
      "title": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ],
  "next_page_token": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page_token
integer | null

Response

Successful Response

Response model for journal listings.

success
boolean
required
message
string | null
journals
ApiResponseJournal · object[] | null
next_page_token
integer | null
I