| 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": "8279040c-aa88-4198-8b5d-3ffeeacb39b6"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "ba6a0e8d-17b1-4497-97e3-7a94b8ecd06f",
"SubscriberId": "67d262b5-e173-460d-b2b9-9efeed39be21",
"Created": "2026-07-24T13:33:08.5738666+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ba6a0e8d-17b1-4497-97e3-7a94b8ecd06f","SubscriberId":"67d262b5-e173-460d-b2b9-9efeed39be21","Created":"2026-07-24T13:33:08.5738666+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});