curl --request POST \
--url 'https://api.adside.ai/linkedin/mcp#list_linkedin_creatives' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"account_id": "<string>",
"campaign_ids": [
"<string>"
],
"intended_statuses": [
"ACTIVE"
],
"creative_ids": [
"<string>"
],
"sort_order": "ASCENDING",
"page_size": 100,
"page_token": "<string>"
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}Search and list creatives for a LinkedIn Ad Account. Filter by campaign, status, or creative IDs. Uses q=criteria finder with cursor-based pagination (max 100 per page).
curl --request POST \
--url 'https://api.adside.ai/linkedin/mcp#list_linkedin_creatives' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"account_id": "<string>",
"campaign_ids": [
"<string>"
],
"intended_statuses": [
"ACTIVE"
],
"creative_ids": [
"<string>"
],
"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.