Base URL

https://api.mailerlite.com/api/v2/

📘

Important!

It's important to use HTTPS in your requests, otherwise, you might experience unexpected results.

Acceptable content types

We accept the following Content-Type header values when using POST or PUT methods:

  • application/json (this is the default and is recommended)
  • multipart/form-data
  • application/x-www-form-urlencoded

HTTP methods

VerbDescription
GETObtain information. Query path parameters are allowed.
POSTAdd new information. Body is allowed.
PUTModify existing information. Body is allowed.
DELETERemove information.