| 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": "2e9aa445-60f1-4564-91f0-930c83ddd30c"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "86223d48-c74b-474e-a6a6-691866ee445b",
"SubscriberId": "497a4d41-cc45-443c-a50c-591cef501c3e",
"Created": "2026-06-08T19:39:00.0599399+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"86223d48-c74b-474e-a6a6-691866ee445b","SubscriberId":"497a4d41-cc45-443c-a50c-591cef501c3e","Created":"2026-06-08T19:39:00.0599399+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});