+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 List of Account Placeholders

Sie sind hier:
 Retrieve a list of placeholders of the connected account.

GET https://api.maileon.com/1.0/account/placeholders

Response

HTTP status code Description
200 OK If everything was ok.

Example

200 OK

GET https://api.maileon.com/1.0/account/placeholders
200
< ?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<account_placeholders>
  <account_placeholder>
    <key>Impressum Zeile 4</key>
    <value>63069 Offenbach am Main</value>
  </account_placeholder>
  <account_placeholder>
    <key>Impressum Zeile 3</key>
    <value></value>
  </account_placeholder>
  <account_placeholder>
    <key>Impressum Zeile 2</key>
    <value>XQueue GmbH</value>
  </account_placeholder>
  <account_placeholder>
    <key>Impressum Zeile 1</key>
    <value>CEO: Max Mustermann</value>
  </account_placeholder>
</account_placeholders>
Inhaltsverzeichnis