| 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": "a542ae52-4d6c-4e69-b8f5-5e6dff91627e"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "0775d88d-6e50-4fa1-9459-2bb6d4255d89",
"SubscriberId": "8fb09494-ce15-4d29-a7fc-fbf264002b59",
"Created": "2026-06-29T21:08:32.4013806+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0775d88d-6e50-4fa1-9459-2bb6d4255d89","SubscriberId":"8fb09494-ce15-4d29-a7fc-fbf264002b59","Created":"2026-06-29T21:08:32.4013806+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});