| 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": "71b80ffe-4cde-4970-942d-b167b4b98ebc"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "f49b4179-b26f-49fb-b601-57484ccf6a55",
"SubscriberId": "116ee310-9c6f-4d23-af41-431bfeff4d3d",
"Created": "2025-11-29T19:49:00.7902161+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f49b4179-b26f-49fb-b601-57484ccf6a55","SubscriberId":"116ee310-9c6f-4d23-af41-431bfeff4d3d","Created":"2025-11-29T19:49:00.7902161+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});