Quickstart#
Introduction#
Welcome to the Melissa Web LeadGen Consumer Service. The Consumer Web Service provides a real-time REST-based solution for selecting, retrieving counts, and purchasing tailored consumer mailing lists. The LeadGen Cloud APIs are accessible to mailers for private in-house usage or can serve as a customer-facing portal for list selection.
LeadGen Occupant can be used to:
Select
Get Counts
Purchase Targeted Consumer Mailing Lists
Do any of the above in real-time, anytime.
You can custom-design a website to meet your own needs, as well as those of your customers.
System Requirements#
SSL/TLS 1.2+
Getting Started - What Can I Do?#
There are multile endpoints you can access for LeadGen: Occupant. These endpoints are all formatted like:
http://list.melissadata.net/v1/Consumer/rest/Service.svc/{{action}}/{{geographicType}}
Where action is either get
or buy
and geographicType is one geographic type selected from one of these supported types: Geographic Types
Endpoint#
Click here to go to the full endpoint documentation.
Try it Now#
curl -X GET "http://list.melissadata.net/v1/Consumer/rest/Service.svc/get/city?id={{customer@domain.com}}
&city=CA;orange
&&ownRent-d=1
&dwell=2
&cAge-d=3-4-5
&phone=1"
curl -X GET "http://list.melissadata.net/v1/Consumer/rest/Service.svc/buy/city?id={{customer@domain.com}}
&city=CA;orange
&&ownRent-d=1
&dwell=2
&cAge-d=3-4-5
&phone=1
&file="
Download#
Use the HTTPS link to download the purchased list.
Try it Now#
curl -L -O {{DownloadURL}}
Sample Code#
Language |
Repository |
---|---|
Postman Collection |