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/sip-connections' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "+31850123456",
"sip_username": "your-unique-username",
"sip_password": "your-unique-password",
"sip_proxy": "sip.provider.com",
"provider_name": "My SIP Provider"
}'
{
"result": "success",
"phone-number-id": "965b2a78-b89a-49ab-b0f8-3ad2f54576a6",
"sip-connection-id": "e1e7f7f2-1024-4c12-89e7-9a89b4db9c85",
"sip-username": "generated-username",
"sip-password": "your-unique-password",
"sip-domain": "sip.flireo.nl",
"DNS-record": "A",
"port": "5060",
"connection-type": "FQDN"
}