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": "e2c7d72e-4c48-4b02-a4c7-39ac5c053669" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "f3d24958-56a2-4038-9e0a-38c04c3aebfa", "SubscriberId": "a87b5242-3385-4fa1-a3f7-7c4ce2b98ce6", "Created": "2025-07-14T20:43:36.2068507+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f3d24958-56a2-4038-9e0a-38c04c3aebfa","SubscriberId":"a87b5242-3385-4fa1-a3f7-7c4ce2b98ce6","Created":"2025-07-14T20:43:36.2068507+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});