Factuarea API

parameter_unknown

The request carries a parameter the endpoint does not accept: a filter outside its allowlist, a `sort` field that is not sortable, or the offset-style `page` — v1 paginates by cursor.

CodeTypeHTTPCategory
parameter_unknowninvalid_request_error400Request

Cause

The request carries a parameter the endpoint does not accept: a filter outside its allowlist, a sort field that is not sortable, or the offset-style page — v1 paginates by cursor.

What to do

Remove the parameter named in error.param; to page through a collection use limit together with starting_after or ending_before.

On this page