| 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": "a836f2b7-ab09-4711-a1a5-6c9afee548ff"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "11b54dd4-18ff-4c57-a4a0-4072ce70dcf6",
"SubscriberId": "b620af02-3a74-45fd-8c48-f33a83c323a8",
"Created": "2026-07-12T08:09:15.9024872+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"11b54dd4-18ff-4c57-a4a0-4072ce70dcf6","SubscriberId":"b620af02-3a74-45fd-8c48-f33a83c323a8","Created":"2026-07-12T08:09:15.9024872+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});