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": "05461a14-7215-4af2-8803-43e0a3ad5aea" }
Name | Description | Type | Additional Info |
---|---|---|---|
ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "ListSubscriber": { "ListId": "b8f66bd9-8ab3-4d67-8ddb-1e35a9d4a283", "SubscriberId": "cf759787-ea48-455a-a502-31d3c1fff165", "Created": "2025-04-03T22:10:50.0159059+00:00" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b8f66bd9-8ab3-4d67-8ddb-1e35a9d4a283","SubscriberId":"cf759787-ea48-455a-a502-31d3c1fff165","Created":"2025-04-03T22:10:50.0159059+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});