+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Get Newsletter Accounts

Sie sind hier:

 

Get Newsletter Accounts

GET https://api.maileon.com/partner/newsletter-accounts

Parameters:
– key: apikey
– createdSince*: iso8601datetime
– createdUntil*: iso8601datetime
– distributorAccountId: long; optional filter for limiting results to a certain distributor account
– includeSubpartners: boolean, default: false; if true, also newsletter accounts of sub partners will be reported

Returns:
– newsletterAccounts[]:
o id: int
o name: string
o type: enum {‚demo‘, ‚test‘, ‚production‘}
o status: enum {‚processing‘, ‚active‘, ’suspended‘, ‘deleted’, ‘blocked’}
o locale: string
o subdomain: string
o mailingDomain: string
o distributorAccountId: int
o distributorAccountName: string
o customerAccountId: int
o customerAccountName: string
o createdTime: iso8601datetime
o createdUser: string

Example:

{"newsletterAccounts": [
{
"id": 60,
"name": "dummyaccount",
"type": "demo",
"status": "active",
"locale": "de_DE",
"subdomain": "dummyaccount.maileon.com",
"mailingDomain": "dummyaccount.maileon.com",
"distributorAccountId": 123,
"distributorAccountName": "XQueue GmbH",
"customerAccountId": 456,
"customerAccountName": "dummycustomer",
"createdTime": "2012-10-11T19:16:28+02:00",
"createdUser": "dummy@xqueue.com"
},
{
"id": 50,
"name": "dummyaccount2",
"type": "demo",
"status": "active",
"locale": "de_DE",
"subdomain": "dummyaccount2.news-mailer.eu",
"mailingDomain": "dummyaccount2.news-mailer.eu",
"distributorAccountId": 123,
"distributorAccountName": "XQueue GmbH",
"customerAccountId": 456,
"customerAccountName": "dummycustomer",
"createdTime": "2012-04-23T13:06:21+02:00",
"createdUser": "dummy@xqueue.com"
}
]
}

Inhaltsverzeichnis