Get Campaign Mno Metadata
GET/campaign/:campaignId/mnoMetadata
Get the campaign metadata for each MNO it was submitted to.
Request
Path Parameters
campaignId Campaignidrequired
ID of the campaign in question
Responses
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.
- application/json
default: Unexpected Error
- application/json
Request samples
curl -L 'https://api.telnyx.com/10dlc/campaign/:campaignId/mnoMetadata' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"10999": {
"qualify": true,
"mno": "string",
"noEmbeddedLink": true,
"reqSubscriberHelp": true,
"reqSubscriberOptout": true,
"mnoReview": true,
"noEmbeddedPhone": true,
"mnoSupport": true,
"reqSubscriberOptin": true,
"minMsgSamples": 1
}
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
}
}
]
}