cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/accounting/journals \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "code": "<string>", "name": "<string>", "journal_type": "customer_invoice", "counterpart_account": "<string>", "next_document_numbers": [ { "bookyear_name": "<string>", "next_document_number": "<string>", "start_date": "2023-12-25", "end_date": "2023-12-25" } ], "iban": "<string>", "currency": "<string>", "other_currencies_allowed": true } ], "total": 1, "page": 2, "size": 2 }
Get journals existing in the accounting system
This access token needs to be included in each of your request to the Chift API.
Page number
x >= 1
Page size
1 <= x <= 100
Successful Response
The response is of type object.
object