v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

Preview the LOA configuration parameters

Preview the LOA template that would be generated without need to create LOA configuration.

post/porting/loa_configurations/preview

Request body

company_namestring required

The name of the company

namestring required

The name of the LOA configuration

Example request

{
  "address": {
    "city": "Austin",
    "country_code": "US",
    "extended_address": "14th Floor",
    "state": "TX",
    "street_address": "600 Congress Avenue",
    "zip_code": "78701"
  },
  "company_name": "Telnyx",
  "contact": {
    "email": "testing@telnyx.com",
    "phone_number": "+12003270001"
  },
  "name": "My LOA Configuration"
}

Response

Successful response