Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Paginated response with invoices
Current page of the response
Example:
1
Array of Invoice objects
Endpoint to go to the first page of objects
Example:
"https://api.mijnklantportaal.nl/v1/invoices?page=1"
Offset of the current page
Example:
1
Endpoint to get the next batch of objects, if available
Example:
"https://api.mijnklantportaal.nl/v1/invoices?page=2,"
Current used endpoint
Example:
"https://api.mijnklantportaal.nl/v1/invoices"
Amount of object returned per page. Default is 15 objects
Example:
15
Endpoint to get the previous batch of object, if available
Example:
null
Next offset of objects
Example:
15