Factuarea API

parameter_invalid_cursor

The `starting_after` or `ending_before` cursor is not a valid UUID, so it cannot point at any row of the collection.

CodeTypeHTTPCategory
parameter_invalid_cursorinvalid_request_error400Request

Cause

The starting_after or ending_before cursor is not a valid UUID, so it cannot point at any row of the collection.

What to do

Use as cursor the id of the last object of the previous page (or the first one, for ending_before), copied verbatim from the response.

On this page