Method :POST
URL: https://apiv1.publicators.com/api/Recipients/CreateCustomerList
Request Information
URI Parameters
None.
Body Parameters
CustomerListBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| list_name |
List Name Max length: 200 characters long. |
string |
Required |
| Auth |
Authorization Token |
AuthorizationTokenBindingModel |
Required |
Request Formats
application/json, text/json
Sample:
{
"list_name": "sample string 1",
"Auth": {
"Token": "881d645d-624b-4c7c-8895-4f55afbe63b5"
}
}
Response Information
Resource Description
CustomerListViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| list_id |
List Id |
integer |
None. |
| list_name |
List Name |
string |
None. |
| list_created |
List Date Created DateTime format yyyy/MM/dd HH:mm:ss |
date |
None. |
| list_test |
Is this list used for testing campaigns |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"list_id": 1,
"list_name": "sample string 2",
"list_created": "2026/05/25 01:53:35",
"list_test": true
}