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": "4dc4ada1-cfdc-45c8-b3ba-b21840b79b54" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "c175b71d-bf5b-4c98-ba53-8c17d24970cd", "SubscriberId": "778c6616-ae51-4a00-98c0-17f6f696c5a8", "Created": "2025-05-24T09:19:33.5427888+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c175b71d-bf5b-4c98-ba53-8c17d24970cd","SubscriberId":"778c6616-ae51-4a00-98c0-17f6f696c5a8","Created":"2025-05-24T09:19:33.5427888+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});