New API version v7.7.0 has been released! 🎉
REST Documentation
Invoice Item Details

Invoice Item Details

Retrieve details of a specific invoice item with this endpoint.

Request

GET /api/v1/invoice-items/:id
curl --request GET \
     --url 'https://www.zep-online.de/zepinstanz/next/api/v1/invoice-items/1' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer {token}'

Response

The response examples for this endpoint will be added in an upcoming documentation update.

{
	"data": {
		// Response will be added
	}
}