v52

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

Create a LOA configuration

Create a LOA configuration.

post/porting/loa_configurations

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

Example response

{
  "data": {
    "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"
    },
    "created_at": "2021-03-19T10:07:15.527000Z",
    "id": "eef3340b-8903-4466-b445-89b697315a3a",
    "logo": {
      "content_type": "image/png",
      "document_id": "f1486bae-f067-460c-ad43-73a92848f902"
    },
    "name": "My LOA Configuration",
    "organization_id": "f1486bae-f067-460c-ad43-73a92848f902",
    "record_type": "porting_loa_configuration",
    "updated_at": "2021-03-19T10:07:15.527000Z"
  }
}