Get all partner campaigns you have shared to Telnyx in a paginated fashion
This endpoint is currently limited to only returning shared campaigns that Telnyx has accepted. In other words, shared but pending campaigns are currently omitted from the response from this endpoint.
Successful Response
{- "page": 0,
- "records": [
- {
- "brandId": "string",
- "campaignId": "string",
- "createDate": "string",
- "status": "string",
- "usecase": "string"
}
], - "totalRecords": 0
}
{- "property1": {
- "downstreamCnpId": "string",
- "sharedDate": "string",
- "sharingStatus": "string",
- "statusDate": "string",
- "upstreamCnpId": "string"
}, - "property2": {
- "downstreamCnpId": "string",
- "sharedDate": "string",
- "sharingStatus": "string",
- "statusDate": "string",
- "upstreamCnpId": "string"
}
}