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": "9d44403a-2fbf-4a75-a6db-d9dfe30dbadc" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "0058b003-823f-4390-9121-03c012250ebb", "SubscriberId": "22b336ad-4e52-44e0-ab28-ffd817b76740", "Created": "2025-09-13T15:16:22.1085478+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0058b003-823f-4390-9121-03c012250ebb","SubscriberId":"22b336ad-4e52-44e0-ab28-ffd817b76740","Created":"2025-09-13T15:16:22.1085478+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});