| 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": "bad2c9d4-095b-4703-a0f1-926751e836f1"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "9cc6cf9e-8e27-4efe-b7d7-a4259a61a38b",
"SubscriberId": "d484c8b0-bafb-4293-9b05-69a61005126a",
"Created": "2026-05-30T05:53:43.6188897+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9cc6cf9e-8e27-4efe-b7d7-a4259a61a38b","SubscriberId":"d484c8b0-bafb-4293-9b05-69a61005126a","Created":"2026-05-30T05:53:43.6188897+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});