Campaign Actions
GET https://api.kickofflabs.com/v2/CAMPAIGN_ID/actions
Fetches campaign scoring/action definitions that have been created.
Required parameters
Section titled “Required parameters”api_key: Your account API key, or send it in anAuthorization/Authenticationheader for JSON requests.
JSON response
Section titled “JSON response”The response is an array of actions:
[ { "id": 123, "text": "Follow us on X" }]Fields:
id: Campaign action id. Use this aslaidwhen marking an action complete for a lead.text: Action label/text.
Invalid API access returns 409.