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/assistants//phone-number' \
--header 'Authorization: Bearer <token>'{
"data": {
"assistant_id": "b3a0271c-5834-40ff-bc5d-41ab5e39dfef",
"assistant_name": "string",
"phone_number": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": "+31201234567",
"type": "local",
"locality": "string",
"origin": "default"
}
}
}