Factuarea API

parameter_invalid_range

A numeric parameter fell outside its accepted bounds. The usual case is `limit`, which must be between 1 and 100.

CodeTypeHTTPCategory
parameter_invalid_rangeinvalid_request_error400Request

Cause

A numeric parameter fell outside its accepted bounds. The usual case is limit, which must be between 1 and 100.

What to do

Send a value inside the documented bounds; to read more than 100 objects, paginate with starting_after.

On this page