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?limit&offset' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"phone_number": "+31201234567",
"locality": "string",
"number_type": "local",
"available": true,
"created_at": "2019-08-24T14:15:22Z",
"linked_assistant": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
}
],
"shared_numbers": [
"string"
],
"meta": {
"total": 0,
"limit": 0,
"offset": 0
}
}