---
title: "Retrieve a LOA configuration"
method: GET
path: "/porting/loa_configurations/{id}"
tags: ["Porting Orders"]
---

# Retrieve a LOA configuration

`GET /porting/loa_configurations/{id}`

Retrieve a specific LOA configuration.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `data` PortingLOAConfiguration
    - `id` string, uuid — Uniquely identifies the LOA configuration.
    - `company_name` string — The name of the company
    - `organization_id` string — The organization that owns the LOA configuration
    - `name` string — The name of the LOA configuration
    - `logo` object — The logo to be used in the LOA.
      - `document_id` string, uuid — Identifies the document that contains the logo.
      - `content_type` 'image/png' — The content type of the logo.
    - `address` object — The address of the company.
      - `street_address` string — The street address of the company
      - `extended_address` string — The extended address of the company
      - `city` string — The locality of the company
      - `state` string — The administrative area of the company
      - `zip_code` string — The postal code of the company
      - `country_code` string — The country code of the company
    - `contact` object — The contact information of the company.
      - `email` string — The email address of the contact
      - `phone_number` string — The phone number of the contact
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `404` — Resource not found
- `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)
