Skip to content
Back to KickoffLabs

Campaign Actions

GET https://api.kickofflabs.com/v2/CAMPAIGN_ID/actions

Fetches campaign scoring/action definitions that have been created.

  • api_key: Your account API key, or send it in an Authorization/Authentication header for JSON requests.

The response is an array of actions:

[
{
"id": 123,
"text": "Follow us on X"
}
]

Fields:

  • id: Campaign action id. Use this as laid when marking an action complete for a lead.
  • text: Action label/text.

Invalid API access returns 409.