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": "4226ca69-aec9-4def-8b48-079ecd252a6e" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "eafcf3fd-8307-4a94-9159-3377cad6e958", "SubscriberId": "efbb3f07-4608-450c-8242-8b6133d1a14c", "Created": "2025-09-18T01:52:00.3725305+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"eafcf3fd-8307-4a94-9159-3377cad6e958","SubscriberId":"efbb3f07-4608-450c-8242-8b6133d1a14c","Created":"2025-09-18T01:52:00.3725305+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});