+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 Preferences of Contact Preferences Category

Sie sind hier:
This method retrieves information about the preferences of a contact preference category.

Request

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

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

Path Parameter

Name Description
categoryName The name of the contact preference category.

Example

GET https://api.maileon.com/1.0/contacts/preference_categories/Development/preferences
Authorization: Basic: XXXXXXXXXXXXXXXX 

Status: 200 OK 
Content-Type: application/vnd.maileon.api+xml
<preferences>
  <preference>
    <name>Magento</name>
    <description>News about Magento plugins</description>
  </preference>
  <preference>
    <name>Shopware</name>
    <description>News about Shopware plugins</description>
  </preference>
  <preference>
    <name>Other</name>
    <description>All other news</description>
  </preference>
</preferences>

Response Codes

HTTP status code Description
200 Ok Retrieved contact preference category successfully
404 Not found Category not found
Inhaltsverzeichnis