| 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": "d8d48fbd-aea4-4652-86b2-43ea21e6560c"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "5bdb72a3-8384-4dbe-932f-2b448ff51d73",
"SubscriberId": "fe0d2dcf-9143-4494-bad6-8484c41e2905",
"Created": "2026-02-13T11:22:43.6126207+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"5bdb72a3-8384-4dbe-932f-2b448ff51d73","SubscriberId":"fe0d2dcf-9143-4494-bad6-8484c41e2905","Created":"2026-02-13T11:22:43.6126207+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});