+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 Details about a single Mailing Domain

Sie sind hier:

 

Get Details about a single Mailing Domains

GET https://api.maileon.com/partner/newsletter-accounts/{accountId}/mailing-domains/{mailingDomain}

Description: Returns details about a given Mailing Domain added to the given account. Inactive domains are still working, i.e. trackers, images, etc. continue to work but the domains are not selectable in UI.

Parameters:
– key: apikey
– nl_account_id: int // the id of the newsletter account
– mailingDomain: string // the url-encoded mailing domain

Returns:
– name: string
– status: {‘active’, ‘inactive’}
– createdTime *: iso8601datetime
– if status = ‘active’
o http_reachable: Boolean
o https_reachable: Boolean

Example:

{
"https_reachable": false,
"name": "codeexample2.e-mailnews.de",
"createdTime": "2022-09-09T14:58:50+02:00",
"http_reachable": true,
"status": "active"
}

Inhaltsverzeichnis