/
/V2 production
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • post/campaigns
  • get/segments
  • get/subscribers
  • post/subscribers
  • get/subscribers/search
  • get/groups
  • post/groups
  • post/groups/search
  • post/groups/:id/subscribers
  • post/groups/:id/subscribers/import
  • post/groups/group_name/subscribers
  • post/groups/group_name/subscribers/:subscriber_id/assign
  • get/fields
  • post/fields
  • get/webhooks
  • post/webhooks
  • get/webhooks/:id
  • put/webhooks/:id
  • delete/webhooks/:id
  • get/stats
  • get/settings/double_optin
  • post/settings/double_optin
  • getAccount
  • post/batch

Account

get/me

Response

200

Example response

{
  "account": {
    "email": "dummy@mailerlite.com",
    "from": "dummy@mailerlite.com",
    "id": 1,
    "name": "Dummy",
    "subdomain": "dummy",
    "timezone": {
      "gmt": "+02:00",
      "id": 101,
      "time": 120
    }
  }
}

Changes