Aktify API (1.0)

Download OpenAPI specification:Download

Aktify API documentation

Endpoints

Create Lead

Submit a new lead

header Parameters
X-API-Key
required
string
Example: "X-API-Key: <your API key>"
Content-Type
required
string
Example: "Content-Type: application/x-www-form-urlencoded"
Request Body schema: application/x-www-form-urlencoded
phone
required
string
first_name
string
last_name
string
email
string

Responses

200
post /leads
https://api.aktify.com/v1/leads

DNC

Add a phone number to the do not contact list.

header Parameters
X-API-Key
required
string
Example: "X-API-Key: <your API key>"
Content-Type
required
string
Example: "Content-Type: application/x-www-form-urlencoded"
Request Body schema: application/x-www-form-urlencoded
phone
required
string

Responses

200
post /dnc
https://api.aktify.com/v1/dnc

Voucher Email

Email a voucher gift offer to a prospect

header Parameters
X-API-Key
required
string
Example: "X-API-Key: <your API key>"
Content-Type
required
string
Example: "Content-Type: application/x-www-form-urlencoded"
Request Body schema: application/x-www-form-urlencoded
first_name
required
string
last_name
required
string
phone
required
string
email
required
string

Responses

200
post /voucher_email
https://api.aktify.com/v1/voucher_email

Voucher Submit

Voucher submission endpoint. Only valid voucher codes can be redeemed.

Request Body schema: application/x-www-form-urlencoded
first_name
required
string
last_name
required
string
phone
required
string
email
required
string
voucher_code
required
string
amount_requested
required
string
city
required
string
state
required
string
zip
required
string
street
required
string

Responses

200
post /voucher_submit
https://api.aktify.com/v1/voucher_submit