| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
The request body.
PostListSubscriberRequestV3| Name | Description | Type | Additional Info |
|---|---|---|---|
| SubscriberId | The ID of the subscriber. | globally unique identifier | None. |
Sample:
{
"SubscriberId": "7b871259-fa06-4265-bdc3-a684ba37764f"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "6292cba2-c226-4c36-a13b-a1f802e7f7fe",
"SubscriberId": "74cb8fb9-9df2-4c80-a7ad-90e31f83be30",
"Created": "2026-07-09T07:30:24.4429466+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6292cba2-c226-4c36-a13b-a1f802e7f7fe","SubscriberId":"74cb8fb9-9df2-4c80-a7ad-90e31f83be30","Created":"2026-07-09T07:30:24.4429466+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});