Skip to main content
GET
/
campaigns
/
list
/
{campaignListId}
Get Campaign List
curl --request GET \
  --url https://api.sternrockcapital.com/campaigns/list/{campaignListId}
{
  "id": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mint-docs.sternrockcapital.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

campaignListId
string
required

UUID of the campaign list

Response

campaign list returned successfully

id
string
name
string