cURL
curl --request POST \ --url https://api.jackson.scope3.com/tactic-link-campaign \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tacticId": "<string>", "campaignId": "<string>" }'
{ "success": true, "message": "<string>", "data": {} }
Link a campaign to a tactic for budget and execution management.
Bearer token authentication using Scope3 API key
ID of the tactic
ID of the campaign to link
Successful tool execution
Whether the operation succeeded
Human-readable response message
Response data (varies by tool)