| 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": "1d05262f-7660-4474-9ca7-5afaa4178578"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "1910b7b3-b1ca-4792-9537-b8b4f47d89c2",
"SubscriberId": "92fd1db7-756d-4eec-a5ec-90ef6d12c7e8",
"Created": "2026-05-18T00:58:27.4826851+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1910b7b3-b1ca-4792-9537-b8b4f47d89c2","SubscriberId":"92fd1db7-756d-4eec-a5ec-90ef6d12c7e8","Created":"2026-05-18T00:58:27.4826851+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});