| 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": "c1f7950e-d14a-435d-963a-2a637a11f6ea"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "fdf1e2f7-d709-4b26-a35f-542144aae2a5",
"SubscriberId": "3c17ee74-9d86-42dc-aaa7-999515bbed68",
"Created": "2026-05-21T03:01:37.8689716+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fdf1e2f7-d709-4b26-a35f-542144aae2a5","SubscriberId":"3c17ee74-9d86-42dc-aaa7-999515bbed68","Created":"2026-05-21T03:01:37.8689716+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});