| 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": "db6dfa13-b3b7-4206-a85d-c55d29c3f6c2"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "de788760-bc25-48f8-927d-06e773f5af9e",
"SubscriberId": "367a9b32-398d-4749-9576-cb8806c1495c",
"Created": "2026-05-22T23:01:12.9605811+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"de788760-bc25-48f8-927d-06e773f5af9e","SubscriberId":"367a9b32-398d-4749-9576-cb8806c1495c","Created":"2026-05-22T23:01:12.9605811+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});