| 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": "4caf21cd-67ee-4490-9a58-95aa24e421e3"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "94406377-6590-4b97-8ddb-898cbb0626bd",
"SubscriberId": "605935ab-a557-44c3-91c5-001600ff2a28",
"Created": "2026-01-09T06:28:36.6992464+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"94406377-6590-4b97-8ddb-898cbb0626bd","SubscriberId":"605935ab-a557-44c3-91c5-001600ff2a28","Created":"2026-01-09T06:28:36.6992464+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});