ag-flow-id header is optional on these calls; when provided, it identifies an existing company flow (available from GET /v1/flows, Flow domain, or from the flow's URL in the AgFlow application) — omitting it does not block the call.curl --location '/v1/clients//cards' \
--header 'ag-flow-id;'{
"count": 0,
"items": [
{
"cardId": "string",
"title": "string",
"code": "string",
"value": 0,
"createdAt": "string",
"flowId": "string",
"flowName": "string",
"flowIcon": "string",
"phaseName": "string",
"phaseColor": "string",
"phaseDoneType": "string"
}
]
}