| 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": "7d9c2111-d522-4f4d-aff6-d393ec9f869b"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "0f7159bd-f3d9-4090-8192-302824d9b8ba",
"SubscriberId": "3993e967-3d05-491e-b9a3-1752370ac836",
"Created": "2026-06-23T20:40:10.8213553+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0f7159bd-f3d9-4090-8192-302824d9b8ba","SubscriberId":"3993e967-3d05-491e-b9a3-1752370ac836","Created":"2026-06-23T20:40:10.8213553+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});