| 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": "f155a5a7-4c43-44e4-b2fc-45a58d15c077"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "e463936a-0feb-4c56-8bd1-17c310b9eeea",
"SubscriberId": "aca7facd-62c8-48eb-8e73-341f6f6a9646",
"Created": "2026-02-20T17:03:45.274651+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e463936a-0feb-4c56-8bd1-17c310b9eeea","SubscriberId":"aca7facd-62c8-48eb-8e73-341f6f6a9646","Created":"2026-02-20T17:03:45.274651+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});