+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 a list of products for Newsletter-Account

Sie sind hier:

 

Get a list of products for Newsletter-Account

GET https://api.maleon.com/partner/settings/products?nl_account_id={newsletterAccountId}

Description: Returns the list of products in the newsletter account. A list of product keys and descriptions can be found in Appendix 1: List of Products.

Parameters:
– key: apikey
– nl_account_id: int // the id of the newsletter account

Returns:
– products[]:
o name: string
o active: boolean
o timeRestricuted: boolean
o expirationTime*: iso8601datetime

Example:

{"products": [
{
"name": "product.cms.articletemplateeditor",
"active": true,
"timeRestricted": false
},
{
"name": "product.cms.imageslicing",
"active": true,
"timeRestricted": false
},
{
"name": "product.cms.mailingtemplateeditor",
"active": true,
"timeRestricted": false
}
]
}

Inhaltsverzeichnis