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/assistants//phone-number' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number_id": "54afc7b8-17df-415a-9fb0-21ee66219576"
}'{
"message": "Phone number linked successfully",
"data": {
"assistant_id": "b3a0271c-5834-40ff-bc5d-41ab5e39dfef",
"phone_number": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": "+31201234567",
"type": "local",
"locality": "string"
},
"previous_phone_number_id": "5001ad53-58fa-48e9-ba22-1ea9e52bee7b"
}
}