# Aktify API

These services allow Aktify customers to manage Leads, DNCs, and Webhooks

## Available Endpoints

| Method | Path | Description |
|--------|------|-------------|
| POST | `/api/v1/dncs` | [Add phone numbers as do-not-contact (DNC) to Aktify for company](/api/create-dnc) |
| POST | `/api/v1/leads` | [Adds a lead to the campaign associated with the API key](/api/create-lead) |
| POST | `/api/v1/leads/end-contact` | [Ends contact with a lead for a company's given campaign](/api/end-contact) |
