| 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": "9a6fabac-9c7b-4d9b-a783-dcf3297dfd34"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "7737815e-588d-464b-b9b5-c669ddbc1be7",
"SubscriberId": "d7df8e88-40be-4bdd-8953-24f4ac14c08c",
"Created": "2026-01-15T08:34:17.7524914+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7737815e-588d-464b-b9b5-c669ddbc1be7","SubscriberId":"d7df8e88-40be-4bdd-8953-24f4ac14c08c","Created":"2026-01-15T08:34:17.7524914+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});