| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
The request body.
PostListSubscriberRequestV3| Name | Description | Type | Additional Info |
|---|---|---|---|
| SubscriberId | The ID of the subscriber. | globally unique identifier | None. |
Sample:
{
"SubscriberId": "e5d450ac-5fe4-43bc-ad4b-d72fe1864d3b"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "9b30af72-4c1a-4f62-b5d2-049f2f319883",
"SubscriberId": "76d779e2-05f6-4093-986a-45547df1b948",
"Created": "2026-01-26T14:18:45.4330807+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9b30af72-4c1a-4f62-b5d2-049f2f319883","SubscriberId":"76d779e2-05f6-4093-986a-45547df1b948","Created":"2026-01-26T14:18:45.4330807+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});