EndpointsCampaigns
List active campaign IDs
Returns the ID of every campaign in the workspace whose sequence is currently running. Use it to narrow a metrics request down to the campaigns that are actually sending.
GET
/campaigns.getActiveCampaignIdsAuthorization
bearerAuth AuthorizationBearer <token>
Enter your MailMoo API key (format: sk_live_...)
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/campaigns.getActiveCampaignIds"[ "string"]Read a lead GET
Returns one lead with everything held against it: its fields, including enrichment output and AI columns, plus where it sits in the pipeline. Field values are redacted on workspaces without access to lead contact data.
List campaigns GET
Returns the campaigns in the workspace, newest first by default. Results are paginated by page number, and can be filtered by name and reordered.

