| 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": "118aa8e9-3e39-4bbd-a872-279dc3226c29"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "543f4fc8-1028-4d66-be5a-34c4276e1fa3",
"SubscriberId": "f67605fb-0cd5-4f6b-b00e-7c6e5ebcd8b1",
"Created": "2026-08-23T20:31:51.358415+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"543f4fc8-1028-4d66-be5a-34c4276e1fa3","SubscriberId":"f67605fb-0cd5-4f6b-b00e-7c6e5ebcd8b1","Created":"2026-08-23T20:31:51.358415+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});