| 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": "88dd41cd-310d-4597-8af7-eaf8ab5aaf07"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "aa839bc1-67c7-46bd-b670-edc3d02a4c31",
"SubscriberId": "8f9345f8-e9ce-4da6-b952-5111a7ac204c",
"Created": "2026-08-14T17:48:31.2625512+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"aa839bc1-67c7-46bd-b670-edc3d02a4c31","SubscriberId":"8f9345f8-e9ce-4da6-b952-5111a7ac204c","Created":"2026-08-14T17:48:31.2625512+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});