curl --request POST \
--url 'https://api.adside.ai/linkedin/mcp#list_linkedin_campaigns' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"account_id": "<string>",
"status": "ACTIVE",
"campaign_group_id": "<string>",
"type": "TEXT_AD",
"name": "<string>",
"test": true,
"sort_order": "ASCENDING",
"page_size": 100,
"page_token": "<string>"
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}List campaigns for a LinkedIn Ad Account. Filter by status, type, campaign group, or name. Supports cursor-based pagination.
curl --request POST \
--url 'https://api.adside.ai/linkedin/mcp#list_linkedin_campaigns' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"account_id": "<string>",
"status": "ACTIVE",
"campaign_group_id": "<string>",
"type": "TEXT_AD",
"name": "<string>",
"test": true,
"sort_order": "ASCENDING",
"page_size": 100,
"page_token": "<string>"
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.