Get 10DLC Campaigns
This request returns a list of registered 10DLC campaigns for the current partner.
get | /10dlc/campaigns |
Sample
A sample GET request to get error details data for a batch task, targeted by secure ID:
curl -X GET \
'https://api.carrierx.com/core/v2/10dlc/campaigns' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'
Response
200
status code with a list of Campaign objects:
{
"count": 1,
"has_more": false,
"items": [
{
"campaign_sid": "fef13cdd-2f65-4ed8-8272-de2a940d0cb5",
"external_id": "CVN1LXI",
"name": "My 10DLC Campaign",
"partner_sid": "ed437757-002d-4ecc-aa5a-efdf5e50dba0"
}
],
"limit": 1,
"offset": 0,
"pagination": {
"next": "https://api.carrierx.com/core/v2/10dlc/campaigns?limit=1&offset=1"
},
"total": 1
}
This request is enabled for Pagination, Result Filtering, and Field Filtering.
Required Scopes
To get information about 10DLC campaigns, the partner must be authenticated.