| 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": "14a56fca-063e-4623-b1c3-2b0b3173b68b"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "c50553c7-d2f9-40e4-8784-5426456bdb2d",
"SubscriberId": "2b96dec6-43c2-415e-b98d-effededfee65",
"Created": "2026-01-22T00:29:35.4148208+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c50553c7-d2f9-40e4-8784-5426456bdb2d","SubscriberId":"2b96dec6-43c2-415e-b98d-effededfee65","Created":"2026-01-22T00:29:35.4148208+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});