| 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": "0540d17f-0862-4645-906a-1f8eb6919849"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "2843e3c9-44e6-4556-876c-ebf787a56e40",
"SubscriberId": "1e00d094-b74a-4bd7-a5ee-dc5e52b7a1a8",
"Created": "2026-07-15T08:13:24.7714346+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2843e3c9-44e6-4556-876c-ebf787a56e40","SubscriberId":"1e00d094-b74a-4bd7-a5ee-dc5e52b7a1a8","Created":"2026-07-15T08:13:24.7714346+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});