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/phone-numbers/available?number_type&query&limit' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"phone_number": "+31851234567",
"number_type": "string",
"locality": "string",
"features": [
"string"
],
"cost": {
"monthly": "2.00",
"currency": "EUR",
"credits": 10
},
"reservable": true
}
],
"meta": {
"total_results": 0,
"number_type": "string",
"requires_verification": true
}
}