| 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": "748ba0a2-a7ce-47a1-9c42-3838d6042360"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "cc8011bf-6175-4e15-8a6b-cc67e9133bf9",
"SubscriberId": "8c50b337-fde3-4cd8-80be-7aff7603fe97",
"Created": "2026-09-17T04:10:27.2613407+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"cc8011bf-6175-4e15-8a6b-cc67e9133bf9","SubscriberId":"8c50b337-fde3-4cd8-80be-7aff7603fe97","Created":"2026-09-17T04:10:27.2613407+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});