v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Account

Get your account information, plan and credits details

get/account

Response

account informations

emailstring email required

Login Email

firstNamestring required

First Name

lastNamestring required

Last Name

companyNamestring required

Name of the company

Example response

{
  "email": "john.smith@example.com",
  "firstName": "John",
  "lastName": "Smith",
  "companyName": "MyCompany",
  "address": {
    "street": "47 Harbour Street",
    "city": "New-York",
    "zipCode": "9867",
    "country": "United States of America"
  },
  "plan": [
    {
      "type": "subscription",
      "creditsType": "sendLimit",
      "credits": 8755,
      "startDate": "2016-12-31",
      "endDate": "2017-01-31",
      "userLimit": 10
    }
  ],
  "relay": {
    "enabled": true,
    "data": {
      "userName": "john.smith@example.com",
      "relay": "relay.domain.com",
      "port": 125
    }
  },
  "marketingAutomation": {
    "key": "iso05aopqych87ysy0jymf"
  }
}