get https://app.pennylane.com/api/external/v2/journals
List journals
This endpoint requires one of the following scopes:
ledger
Log in to see full request history
Responses
List journals
This endpoint requires one of the following scopes:
ledger
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v2/journals \
--header 'accept: application/json'
xxxxxxxxxx
13{
"total_pages": 5,
"current_page": 1,
"total_items": 12,
"per_page": 20,
"items": [
{
"code": "string",
"id": 0,
"label": "string"
}
]
}