GET
/
api
/
external
/
v2
/
ledger_attachments
{
  "current_page": 1,
  "items": [
    {
      "filename": "in dolore",
      "id": 61952258
    },
    {
      "filename": "commodo elit et cupidatat",
      "id": -7569806
    }
  ],
  "per_page": 20,
  "total_items": 12,
  "total_pages": 5
}

Query Parameters

page
string

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

Example:

"1"

per_page
string

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

Example:

"20"

Response

200
application/json

Returns a list of attachments

The response is of type object.