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 POST 'https://api.flireo.nl/v1/contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+31612345678",
"full_name": "Exmple contact",
"email": "example@domain.com",
"address": "Oakstreet 44, Amsterdam, The Netherlands"
}'
{
"contact_id": "37f08ceb-58db-452b-af28-cd13b9b6278b",
"phone_number": "+31612345678",
"full_name": "Example contact",
"email": "example@domain.com",
"address": "Oakstreet 44, Amsterdam, The Netherlands",
"last_interaction_at": null,
"last_interaction_summary": null,
"last_modified": null,
"logs": null
}