| 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": "280dcdd8-736a-451b-a7b0-71a1ad31e033"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "05c9c7cd-07c8-4da8-b62a-766c6fd97d50",
"SubscriberId": "7b106b9c-98be-45f2-9641-e4f8ad147636",
"Created": "2026-09-23T08:55:48.8231007+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"05c9c7cd-07c8-4da8-b62a-766c6fd97d50","SubscriberId":"7b106b9c-98be-45f2-9641-e4f8ad147636","Created":"2026-09-23T08:55:48.8231007+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});