Trillet AI logo

Get Phone Number Price

Get the pricing for purchasing a phone number by country and type.

GEThttps://api.trillet.ai/v1/api/twilio/phone-number-price

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Query Parameters

countrystringrequired

Country code (e.g., "US", "CA", "AU", "GB").

typestringrequired

Type of phone number. Options: "local", "tollFree", "mobile".

Response Fields

countrystring

Country code.

typestring

Phone number type.

pricenumber

Monthly price for the phone number in USD.

{
  "country": "US",
  "type": "local",
  "price": 1.15
}