| 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": "71589310-449e-4277-913f-6bb8ad8243f9"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "b2084b10-a9bd-4259-a688-defd854ebdf2",
"SubscriberId": "b4195ad9-c27b-4162-974c-aae92df79a6c",
"Created": "2026-05-14T17:19:58.6724975+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b2084b10-a9bd-4259-a688-defd854ebdf2","SubscriberId":"b4195ad9-c27b-4162-974c-aae92df79a6c","Created":"2026-05-14T17:19:58.6724975+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});