This documentation is built and maintained by the Flireo AI team to help you create, launch, and scale intelligent phone agents. Access the dashboard here.
curl --location --request GET 'https://api.flireo.nl/v1/contacts/' \
--header 'Authorization: Bearer <token>'
{
"contact_id": "d7483b61-054a-4d2a-b458-a701477f4ca5",
"phone_number": "+31612345678",
"full_name": null,
"email": null,
"address": null,
"last_interaction_at": "2025-08-22T15:02:00",
"last_interaction_summary": null,
"last_modified": null,
"logs": "2025-08-22T13:02:49.833Z - AI: Goedendag.\n\n\nnull",
"recent_calls": [
{
"call_id": "af0d9e88-a8da-421c-b1af-c6103cd154fd",
"start_time": "2025-08-22T13:02:40.965",
"end_time": "2025-08-22T13:02:43.041",
"call_status": "ringing",
"call_duration_seconds": 2
}
]
}