GET
/
api
/
external
/
v2
/
journals
/
{id}
Retrieve a journal
curl --request GET \
  --url https://app.pennylane.com/api/external/v2/journals/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "id": 123,
  "label": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

Response

Returns a journal

code
string
required
id
integer
required
label
string
required