+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 Contact Preference Categories

Sie sind hier:
This method retrieves the list of contact preference categories.

Request

GET https://api.maileon.com/1.0/contacts/preference_categories/

Content-Type: application/vnd.maileon.api+xml; charset=utf-8

Response

If no categories are available, the response is <preference_categories/>

<preference_categories>
  <preference_category>
    <name>Development</name>
    <description>Contains preferences for devs</description>
  </preference_category>
  <preference_category>
    <name>E-Mail Marketing</name>
    <description>Contains preferences about EMM news</description>
  </preference_category>
</preference_categories>

Response Codes

HTTP status code Description
200 Ok Retrieved list of contact preference categories successfully
Inhaltsverzeichnis