cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/twilio/phone-number-price \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "country": "US", "type": "local", "price": 1.15 }
Get the pricing for purchasing a phone number by country and type.