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": "e651f53b-b69b-414b-a45e-d754c4395e59" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "a525aaa0-6023-4fe2-bd20-141eac51f30b", "SubscriberId": "8b8e5490-a6b1-41af-80ff-0b2f2c89646f", "Created": "2025-01-18T04:57:06.1000019+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a525aaa0-6023-4fe2-bd20-141eac51f30b","SubscriberId":"8b8e5490-a6b1-41af-80ff-0b2f2c89646f","Created":"2025-01-18T04:57:06.1000019+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});