Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.flowella.io/api/v1/contacts \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "phone": "<string>", "waId": "<string>", "name": "<string>", "email": "<string>", "isOptedOut": true, "createdAt": "<string>", "updatedAt": "<string>" } ], "nextCursor": "<string>" }
Organization API key (flo_…). Paste the full key; Scalar sends Authorization: Bearer <key>.
flo_…
Authorization: Bearer <key>
1 <= x <= 100
Paginated contacts
Show child attributes