| 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": "58dc1d78-2973-4bf2-a479-7fc683701c48"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "2331b8bd-2cd0-4e60-83b9-e1d2ce7cd64e",
"SubscriberId": "ec964e6c-aa34-4731-ba62-0ad370991cb0",
"Created": "2026-07-30T14:14:21.8957055+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2331b8bd-2cd0-4e60-83b9-e1d2ce7cd64e","SubscriberId":"ec964e6c-aa34-4731-ba62-0ad370991cb0","Created":"2026-07-30T14:14:21.8957055+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});