List your campaigns
Lists the campaigns registered for your organization's brand, read live from the carrier registry — Resia keeps no copy. Each campaign carries one stable status: pending review, active, rejected, suspended, or expired. Only an active campaign delivers texts.
Responses
- application/json
Request Example for get/v1/10dlc/campaigns
curl /v1/10dlc/campaigns \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"campaigns": [
{
"campaign_id": "6d40039b-0fc1-c114-c8e2-8a5294fd9941",
"usecase": "LOW_VOLUME",
"status": "active"
}
]
}
