| 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": "dacb2a38-9eaf-4bde-b420-7888f13c092a"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "da192b42-747b-4e37-9305-c338fd91857f",
"SubscriberId": "c1ec5695-ef2c-45e7-9d4a-79b9e45a0442",
"Created": "2026-07-21T12:28:09.040719+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"da192b42-747b-4e37-9305-c338fd91857f","SubscriberId":"c1ec5695-ef2c-45e7-9d4a-79b9e45a0442","Created":"2026-07-21T12:28:09.040719+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});