---
title: "Get Campaign Mno Metadata"
method: GET
path: "/10dlc/campaign/{campaignId}/mnoMetadata"
tags: ["Campaign"]
---

# Get Campaign Mno Metadata

`GET /10dlc/campaign/{campaignId}/mnoMetadata`

Get the campaign metadata for each MNO it was submitted to.

## Path parameters

- `campaignId` string, required — ID of the campaign in question

## Response `200`

Successful Response. It constains a map of usecase metadata for each MNO. The key is the network ID of the MNO (e.g. 10017), the value is the mno metadata for the usecase. The metadata may also include some MNO specific fields.

- MnoMetadata
  - `10999` MnoMetadataItem
    - `qualify` boolean, required
    - `mno` string, required
    - `noEmbeddedLink` boolean, required
    - `reqSubscriberHelp` boolean, required
    - `reqSubscriberOptout` boolean, required
    - `mnoReview` boolean, required
    - `noEmbeddedPhone` boolean, required
    - `mnoSupport` boolean, required
    - `reqSubscriberOptin` boolean, required
    - `minMsgSamples` integer, required

## Other responses

- `4XX` — Generic response error
- `5XX` — Unexpected Error

## Changes

> 92 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 2 breaking, 2 info
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `5XX`
  - added the optional property `errors/items/meta` to the response with the `4XX` status
  - added the optional property `errors/items/meta` to the response with the `5XX` status
- **2026-08-17** `1571b0380bd7` — 2 breaking, 2 warning
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `4XX`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `5XX`
  - removed the optional property `errors/items/meta` from the response with the `4XX` status
  - removed the optional property `errors/items/meta` from the response with the `5XX` status
- …earlier changes not shown

[Full history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/10dlc/campaign/:campaignId/mnoMetadata/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/d8b8159753ee?raw)
