Account
Get your account information, plan and credits details
get/account
Response
account informations
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"
}
}