Request
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
Verb | Description |
---|---|
GET | Obtain information. Query path parameters are allowed. |
POST | Add new information. Body is allowed. |
PUT | Modify existing information. Body is allowed. |
DELETE | Remove information. |
Updated over 4 years ago