| 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": "772598f5-2b1a-43d0-b3c9-5edda0dd411b"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "849f041b-3d5c-4b9f-a0ca-fc4f2ee8ce21",
"SubscriberId": "7a4845d6-5ff9-4b55-8f24-e37aa5fb2117",
"Created": "2026-02-06T13:40:43.7269921+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"849f041b-3d5c-4b9f-a0ca-fc4f2ee8ce21","SubscriberId":"7a4845d6-5ff9-4b55-8f24-e37aa5fb2117","Created":"2026-02-06T13:40:43.7269921+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});