GET
/
accounting
/
accounts
curl -X GET \
 /accounting/accounts \
 --header "Authorization: Bearer <token>"
{
  "data": [
    {
      "id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
      "name": "Bankkonto",
      "number": "1200",
      "type": "revenueGermany"
    }
  ],
  "meta": {
    "pagination": {
      "totalItems": 123,
      "itemsPerPage": 123,
      "currentPage": 123,
      "lastPage": 123,
      "pageTotalItems": 123
    }
  }
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Response

200
application/json
AccountingAccount collection
data
object[]
meta
object