| 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": "b73be638-99f1-4398-9826-b16443f2d22e"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "0a4d8f16-1e06-4b8d-a945-5478fd5cf98e",
"SubscriberId": "8ddb4edb-0f99-4b60-8da7-bd67ce697165",
"Created": "2026-01-20T23:42:26.9158535+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0a4d8f16-1e06-4b8d-a945-5478fd5cf98e","SubscriberId":"8ddb4edb-0f99-4b60-8da7-bd67ce697165","Created":"2026-01-20T23:42:26.9158535+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});