| 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": "3084150a-46e7-4698-bde1-efcb84540614"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "4beee76a-09e1-4358-90e8-981205ec0577",
"SubscriberId": "cad3f804-617f-45b1-b5ec-ba4ecd3b0d01",
"Created": "2026-06-02T05:10:04.7844163+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"4beee76a-09e1-4358-90e8-981205ec0577","SubscriberId":"cad3f804-617f-45b1-b5ec-ba4ecd3b0d01","Created":"2026-06-02T05:10:04.7844163+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});