| 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": "ac3e90ed-2fc2-4284-a238-dcc0b10b8c71"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "709b90f9-a940-454a-aecc-1966c7ccdfa8",
"SubscriberId": "783716f9-a296-4705-abbc-87758b29720a",
"Created": "2025-12-21T22:58:56.795935+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"709b90f9-a940-454a-aecc-1966c7ccdfa8","SubscriberId":"783716f9-a296-4705-abbc-87758b29720a","Created":"2025-12-21T22:58:56.795935+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});