+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 Account Details

Sie sind hier:

 

Get Account Details

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

Path Parameter:
– newsletterAccountId: int // the id of the newsletter account

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

Example entity:

{
"mailingDomain": "mustermann.news-mailer.eu",
"distributorAccountId": 117,
"distributorAccountName": "Mustermann Vertriebspartner",
"customerAccountName": "Self-Service 1",
"locale": "de_DE",
"type": "demo",
"customerAccountId": 1000000049,
"name": "Mustermann Test Account",
"createdTime": "2021-02-19T14:04:39+01:00",
"subdomain": "mustermann-news-mailer.maileon.com",
"id": 1000000103,
"createdUser": "xqueue-self-service@xqueue.com",
"status": "active"
}

Inhaltsverzeichnis