MailerLite API

The MailerLite REST API supports Bearer-token authentication using account-issued API keys. It exposes subscribers, groups, segments, fields, campaigns, automations, forms, webhooks, batched requests, and more. Versioning is controlled with the X-Version header.

API entry from apis.yml

apis.yml Raw ↑
aid: mailerlite:mailerlite-api
name: MailerLite API
humanURL: https://developers.mailerlite.com/docs/
baseURL: https://connect.mailerlite.com/api
tags:
- Email Marketing
- Subscribers
- Campaigns
- Automations
- Forms
- Webhooks
description: The MailerLite REST API supports Bearer-token authentication using account-issued API keys.
  It exposes subscribers, groups, segments, fields, campaigns, automations, forms, webhooks, batched requests,
  and more. Versioning is controlled with the X-Version header.
properties:
- type: Documentation
  url: https://developers.mailerlite.com/docs/
- type: Authentication
  url: https://developers.mailerlite.com/docs/#authentication
- type: SDK
  title: PHP SDK
  url: https://github.com/mailerlite/mailerlite-php
- type: SDK
  title: Node.js SDK
  url: https://github.com/mailerlite/mailerlite-nodejs
- type: SDK
  title: Python SDK
  url: https://github.com/mailerlite/mailerlite-python
- type: SDK
  title: Go SDK
  url: https://github.com/mailerlite/mailerlite-go
- type: SDK
  title: Ruby SDK
  url: https://github.com/mailerlite/mailerlite-ruby