| 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": "846d2e51-8831-475a-9700-4216377b5395"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "c082d9b2-02e2-422e-a75e-b5b2bff1ba5d",
"SubscriberId": "08fe9180-7e9f-4574-9b13-ef309e558e69",
"Created": "2026-09-20T04:26:21.3585935+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c082d9b2-02e2-422e-a75e-b5b2bff1ba5d","SubscriberId":"08fe9180-7e9f-4574-9b13-ef309e558e69","Created":"2026-09-20T04:26:21.3585935+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});