| 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": "a70cf3ee-0c2e-4a85-84b9-067287dd9129"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "e7178a91-f628-4172-8c08-6d679e8c0994",
"SubscriberId": "63adfd4e-87a3-418c-8603-277d429f8aac",
"Created": "2026-05-24T06:26:53.358469+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e7178a91-f628-4172-8c08-6d679e8c0994","SubscriberId":"63adfd4e-87a3-418c-8603-277d429f8aac","Created":"2026-05-24T06:26:53.358469+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});