| 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": "6c02dfa4-831a-4106-b6e5-fadf9c75dee1"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "6de84bdd-65ab-47fb-93d7-2c81c6498343",
"SubscriberId": "2d6be606-1822-41bf-b7d6-2e826ab82e42",
"Created": "2025-12-04T00:02:43.2581794+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6de84bdd-65ab-47fb-93d7-2c81c6498343","SubscriberId":"2d6be606-1822-41bf-b7d6-2e826ab82e42","Created":"2025-12-04T00:02:43.2581794+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});