List invoice error catalogue

Paginated read-only list of invoice error codes and descriptions. Bearer token only; X-Plan-Manager-Id is not required.

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.

Query parameters

limitintegerOptional1-1000Defaults to 20

Items per page (max 1000)

offsetintegerOptional>=0Defaults to 0
Number of items to skip. Cannot be combined with after.
afterstringOptional

Keyset cursor. Returns records after this id (or error_code for the error catalogue), ordered by that field ascending. Pass pagination.next_cursor from the previous page. Start a cursor walk with after=0. Cannot be combined with a non-zero offset.

Response

List of invoice error catalogue entries
datalist of objects
paginationobject

Errors

400
Bad Request Error
500
Internal Server Error