curl --request POST \
--url 'https://api.adside.ai/linkedin/mcp#list_ad_accounts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"status": "ACTIVE",
"type": "BUSINESS",
"test": true,
"page_size": 100,
"page_token": "<string>"
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}List all LinkedIn Ad Accounts the authenticated user has access to. Supports filtering by status, type, and test flag.
curl --request POST \
--url 'https://api.adside.ai/linkedin/mcp#list_ad_accounts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"status": "ACTIVE",
"type": "BUSINESS",
"test": true,
"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.