syed1234
syed1234

Reputation: 835

RESTAPI that will get the list of mailing lists from MailChimp based on the API key in laravel 5.5

As a user i want to load the list of my mailing lists from MailChimp in my application using RESTFUL API in laravel 5.5, and i am not finding any suitable answer if anyone have suitable link or any idea please let me know.

Your help will be appreciated !

Upvotes: 0

Views: 38

Answers (1)

Safvan CK
Safvan CK

Reputation: 1340

Complete API documentation is given here You want to authenticate MailChimp first. All the request formats are given at the API doc. Please go through the link.

Upvotes: 1

Related Questions