| 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": "6fc3095c-077c-4724-9162-b1588b0a0f2f"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "4d0596c3-6823-46a5-ba56-b2e4baed6d93",
"SubscriberId": "7d13fe00-b951-4f3a-8413-08e706a7be16",
"Created": "2026-05-16T21:54:08.372134+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"4d0596c3-6823-46a5-ba56-b2e4baed6d93","SubscriberId":"7d13fe00-b951-4f3a-8413-08e706a7be16","Created":"2026-05-16T21:54:08.372134+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});