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/phone-numbers?limit&offset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+31851234567",
"number_type": "national",
"verification_group_id": "90d42921-3b04-4e64-a57a-f79a7dcd14af"
}'{
"message": "Phone number ordered",
"data": {
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"phone_number": "string",
"number_type": "string",
"status": "pending",
"credits_used": 10,
"remaining_credits": 0
}
}