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": "c8361c24-44b3-4171-b8ff-69315874dfde" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "6a562bc0-e83f-4684-bc70-f7fe8d90ef31", "SubscriberId": "2cb8304b-4d3c-46cf-9dab-51f21651fd53", "Created": "2025-05-17T12:51:52.0953197+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6a562bc0-e83f-4684-bc70-f7fe8d90ef31","SubscriberId":"2cb8304b-4d3c-46cf-9dab-51f21651fd53","Created":"2025-05-17T12:51:52.0953197+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});