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": "992996ab-4747-4fb1-afd0-a72c5c6877fb" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "3d94941e-3baf-4d9d-849b-46ace4dfafda", "SubscriberId": "2a05fb9a-7b45-4d3c-b6c7-6ed064912020", "Created": "2025-07-09T21:22:21.412534+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3d94941e-3baf-4d9d-849b-46ace4dfafda","SubscriberId":"2a05fb9a-7b45-4d3c-b6c7-6ed064912020","Created":"2025-07-09T21:22:21.412534+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});