| 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": "1249f6a2-24b6-4597-8cac-d4e0dfa604e2"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "99fe60bf-0885-495a-968b-d9310698746c",
"SubscriberId": "92347fe7-8a45-438a-81df-49b9a5eb4cd5",
"Created": "2026-08-11T16:55:32.7792889+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"99fe60bf-0885-495a-968b-d9310698746c","SubscriberId":"92347fe7-8a45-438a-81df-49b9a5eb4cd5","Created":"2026-08-11T16:55:32.7792889+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});