Get campaigns
Fetch all campaigns protected and optimized by ClickGUARD
Available on:
Path parameters
-
ID of an account
GET /accounts/{account_id}/campaigns
curl \
-X GET https://api.clickguard.com/accounts/{account_id}/campaigns \
-H "X-API-KEY: $API_KEY"
Response examples (200)
"[\n {\n \"id\": \"14519401\",\n \"name\": \"Search Main Website\"\n },\n {\n \"id\": \"14519341\",\n \"name\": \"Remarketing\"\n },\n ...\n]"
Response examples (200)
[
{
"id": "string",
"name": "string"
}
]