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 PATCH 'https://api.flireo.nl/v1/contacts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+31609876543",
"full_name": "Example contact",
"email": "example@domain.com",
"address": "Oakstreet 44, Amsterdam, The Netherlands",
"last_interaction_at": null,
"last_interaction_summary": null,
"logs": null
}'
{}