| 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": "9af9f54a-80de-41fc-b901-a75e0c2ed700"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "9c482221-3f55-4f9b-b16a-4d5f9c273f8d",
"SubscriberId": "26343f90-ac2a-44a8-8efe-493b1c32c376",
"Created": "2026-01-22T22:53:46.3116788+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9c482221-3f55-4f9b-b16a-4d5f9c273f8d","SubscriberId":"26343f90-ac2a-44a8-8efe-493b1c32c376","Created":"2026-01-22T22:53:46.3116788+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});