---
title: "Preview the LOA configuration parameters"
method: POST
path: "/porting/loa_configurations/preview"
tags: ["Porting Orders"]
---

# Preview the LOA configuration parameters

`POST /porting/loa_configurations/preview`

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

## Request body

- object — The parameters for creating a new LOA configuration.
  - `name` string, required — The name of the LOA configuration
  - `logo` object, required — The logo of the LOA configuration
    - `document_id` string, uuid, required — The document identification
  - `company_name` string, required — The name of the company
  - `address` object, required — The address of the company.
    - `street_address` string, required — The street address of the company
    - `extended_address` string — The extended address of the company
    - `city` string, required — The locality of the company
    - `state` string, required — The administrative area of the company
    - `zip_code` string, required — The postal code of the company
    - `country_code` string, required — The country code of the company
  - `contact` object, required — The contact information of the company.
    - `email` string, required — The email address of the contact
    - `phone_number` string, required — The phone number of the contact

## Response `200`

Successful response

## Other responses

- `422` — Unprocessable entity. Check message field in response for details.
- `500` — Internal server error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
