很抱歉,本页面中文版尚未完成,正在由Emarsys本地化团队努力筹备中。
Checks whether a specific contact is included in the defined contact list. If the contact is in the contact list, the result is true; if it is not, it is false.
Endpoint
GET https://api.emarsys.net/api/v2/contactlist/<list_id>/contacts/<contact_id>
Parameters
Required parameters
Name | Type | Description | Comments |
---|---|---|---|
list_id | int | ID of the contact list, part of the URI | |
contact_id | int | ID of the contact, part of the URI |
Result Example
{ "replyCode": 0, "replyText": "OK", "data": true }
Errors
HTTP Code | Reply Code | Message | Description |
---|---|---|---|
500 | 1003 | Internal error | An internal error occurred. |