+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

Sie sind hier:
This method gets details about a contact preference under a given contact preference category.

Request

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

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

Path Parameter

Name Description
categoryName The name of the contact preference category.
preferenceName The name of the preference to retrieve.

Example

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

Status: 200 OK
Content-Type: application/vnd.maileon.api+xml; charset=utf-8
<preference>
    <name>Shopware</name>
    <description>News about Shopware development</description>
</preference>

Response Codes

HTTP status code Description
200 OK Preference retrieved successfully
404 Not Found If the contact preference category or the preference with the given name were not found.
Inhaltsverzeichnis