List Movements
v2 · Base URL https://api.fintoc.com/v2Autorizaciones
Encabezados
Fintoc Secret Key
Parámetros de ruta
The id of the Account you wish to list movements of.
Parámetros de consulta
A cursor to use in pagination. starting_after is a movement ID that defines your place in the list. For example, if you make a list request and receive 300 movements, ending with mov_foo, your subsequent call can include starting_after=mov_foo to fetch the next page of the list.
A cursor to use in pagination. ending_before is a movement ID that defines your place in the list. For example, if you make a list request and receive 300 movements, starting with mov_bar, your subsequent call can include ending_before=mov_bar to fetch the previous page of the list.
Date using <<glossary:ISO 8601>>. If present, return only Movements with post_date equal or after since.
Date using <<glossary:ISO 8601>>. If present, return only Movements with post_date before until (exclusive).
Find a movement by the related resource_id
limit on the number of objects to return per page, ranging between 1 and 300.
Respuesta
200
The response is of type object.