Method :POST
URL: https://apiv1.publicators.com/api/Recipients/GetCustomerListById
Get active list by Id
Request Information
URI Parameters
None.
Body Parameters
Json format: CustomerListIdBindingModel
CustomerListIdBindingModelName | Description | Type | Additional information |
---|---|---|---|
list_id |
List ID |
integer |
Required |
Auth |
Authorization token |
AuthorizationTokenBindingModel |
Required |
Request Formats
application/json, text/json
Sample:
{ "list_id": 1, "Auth": { "Token": "8e68ed43-70f5-4b84-8ccd-27700a4ab5d4" } }
Response Information
Resource Description
Json format: CustomerListViewModel
CustomerListViewModelName | 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": "2025/02/12 16:28:45", "list_test": true }