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/verification-groups?status&phone_number_type&limit&offset' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "uuid",
"name": "Mijn groep",
"phone_number_type": "national",
"status": "approved",
"locality": null,
"business_name": "Bedrijf BV",
"created_at": "2025-01-01T00:00:00Z"
}
],
"meta": { "total": 10, "limit": 20, "offset": 0 }
}