Campaigns
GET https://api.kickofflabs.com/v2/campaigns
Returns the campaigns available to the authenticated API key.
Required parameters
Section titled “Required parameters”api_key: Your API key, or send it in anAuthorization/Authenticationheader for JSON requests.
JSON response
Section titled “JSON response”The response is an array of campaigns:
[ { "id": 12345, "name": "Example Launch", "lead_count": 250 }]Fields:
id: Campaign/list id. Use this asCAMPAIGN_IDin other/v2API endpoints.name: Campaign name.lead_count: Campaign lead count including jump-start settings.
Errors
Section titled “Errors”Invalid API access returns 409 with:
{ "message": "Invalid API Access" }