| 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": "80308ebe-b69c-4110-a2d1-bd335f2fc23d"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "c1457fce-a98e-42e8-949f-43061dfdef71",
"SubscriberId": "bb9fc4ed-d464-49e1-91be-d3adbcb0aa9d",
"Created": "2026-01-30T10:52:45.9418324+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c1457fce-a98e-42e8-949f-43061dfdef71","SubscriberId":"bb9fc4ed-d464-49e1-91be-d3adbcb0aa9d","Created":"2026-01-30T10:52:45.9418324+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});