+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 Category by Name

Sie sind hier:
This method retrieves information about a single contact preference category.

Request

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

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
Authorization: Basic: XXXXXXXXXXXXXXXX 

Status: 200 OK 
Content-Type: application/vnd.maileon.api+xml
<preference_category>
  <name>Development</name>
  <description>Contains preferences for devs</description>
</preference_category>

Response Codes

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