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/verification-groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number_type": "local",
"name": "string",
"business_name": "string",
"contact_person_first_name": "string",
"contact_person_last_name": "string",
"contact_person_phone": "string",
"street_name": "string",
"house_number": "string",
"postal_code": "string",
"city": "string",
"province": "string",
"description": "string"
}'{
"message": "Verificatiegroep aangemaakt",
"data": {
"requirement_group_id": "7ca9f5a5-ca22-4070-ac6a-1e3e91b10563"
}
}