| 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": "564b190c-4efa-499e-8ece-d2c9e4c9ca60"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "4cd8828a-a8da-4091-8c53-c8922cdc6c58",
"SubscriberId": "c2f6255e-bd8f-4800-9e40-346a6964495b",
"Created": "2026-01-16T22:40:23.0637818+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"4cd8828a-a8da-4091-8c53-c8922cdc6c58","SubscriberId":"c2f6255e-bd8f-4800-9e40-346a6964495b","Created":"2026-01-16T22:40:23.0637818+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});