Name | Description | Type | Additional Info |
---|---|---|---|
listId | The ID of the list. | globally unique identifier | Required |
The request body.
PostListSubscriberRequestV3Name | Description | Type | Additional Info |
---|---|---|---|
SubscriberId | The ID of the subscriber. | globally unique identifier | None. |
Sample:
{ "SubscriberId": "76be2b31-c6a3-448f-bc2a-94604c8857f5" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "7c9df716-2e4f-49c8-988b-3e87759041bc", "SubscriberId": "ddc77e36-abb7-4f05-8245-71ada4054b7b", "Created": "2025-10-09T22:42:19.2242753+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7c9df716-2e4f-49c8-988b-3e87759041bc","SubscriberId":"ddc77e36-abb7-4f05-8245-71ada4054b7b","Created":"2025-10-09T22:42:19.2242753+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});