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//order-number' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+31201234567"
}'{
"message": "Phone number ordered",
"data": {
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"phone_number": "string",
"number_type": "string",
"status": "pending",
"verification_group": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
},
"credits_used": 10,
"remaining_credits": 0
}
}