GET
/
api
/
external
/
v2
/
journals
{
  "current_page": 1,
  "items": [
    {
      "code": "ad tempor commodo nisi",
      "id": 77096325,
      "label": "do"
    },
    {
      "code": "magna ali",
      "id": -88435831,
      "label": "eu Excepteur ea"
    }
  ],
  "per_page": 20,
  "total_items": 12,
  "total_pages": 5
}

Query Parameters

page
string

Items are paginated, this is the current page which will be returned. The page index is starting at 1.

Example:

"1"

per_page
string

Items are paginated. By default, you get 20 items per page. You can specify another number of items per page.

Example:

"20"

Response

200
application/json

Returns a list of journals

The response is of type object.