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