Flow list
Returns all of the business's collection flows. Primarily used for reconciliation, reporting and overall collections oversight.
Paginated. Supports filters by flow UUID, externalId, status, product label and creation/status-change date ranges. Results can be sorted by createdAt, statusUpdatedAt, flowUuid, externalId or status.
Autorizaciones
OAuth2 security scheme
clientCredentials Flow
"/api/v2/auth/token""zertiban-api"Access to the API
Parámetros
Header Parameters
Tenant identifier that contains the business UUID
Query Parameters
Page size
010010Zero-based offset
00Indicates the property to sort the result list (case insensitive)
"flowUuid""externalId""status""createdAt""statusUpdatedAt""string""createdAt"Indicates the sort direction (case insensitive)
"ASC""DESC""string""DESC"Finds flows with 'statusUpdatedAt' after or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Find flows 'statusUpdatedAt' before or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Find flows with 'createdAt' after or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Find flows with 'createdAt' before or equal the specified date time
"2025-03-10T14:23:45Z""ISO 8601"Filters flows by a UUID
"12087dd4-336d-4c21-90e1-3dbd58f14f87""UUID v4"Filters flows by external ID
"my-external-id"Retrieves flows that have a label with name "product" and the specified value. Accepts multiple comma separated
"whatever product label value"Filters flows by Status. Accepts multiple comma separated
"CREATED""COMPLETED"Respuestas
Flow list