| 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": "4353a502-91e5-49fa-94e4-d898a2892a90"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "c52d4cd3-2bc1-489f-baa5-6fc1a941e01a",
"SubscriberId": "e63fa5d6-5dd2-42ab-9b69-e504be97e3e3",
"Created": "2026-09-11T03:23:10.2562697+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c52d4cd3-2bc1-489f-baa5-6fc1a941e01a","SubscriberId":"e63fa5d6-5dd2-42ab-9b69-e504be97e3e3","Created":"2026-09-11T03:23:10.2562697+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});