| 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": "582319a1-efde-4614-970c-b3b55416a3c9"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "d6929533-b139-48c1-9273-4daa8fdc43b1",
"SubscriberId": "0166dfcd-47a4-4d48-9352-58ca8a837b00",
"Created": "2026-09-14T03:52:48.0816618+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"d6929533-b139-48c1-9273-4daa8fdc43b1","SubscriberId":"0166dfcd-47a4-4d48-9352-58ca8a837b00","Created":"2026-09-14T03:52:48.0816618+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});