Definitions
ApiErrorDetails
Name | Schema |
---|---|
detail |
string |
status |
integer (int32) |
title |
string |
BlacklistedDomain
Name | Schema |
---|---|
domain |
string |
id |
integer (int64) |
timestamp |
string (date-time) |
BlacklistedEmail
Name | Schema |
---|---|
emailAddress |
string |
id |
integer (int64) |
timestamp |
string (date-time) |
unsubscribedFrom |
string |
ContentResult
Name | Schema |
---|---|
content |
string |
contentType |
string |
statusCode |
integer (int32) |
ImportResult
Name | Schema |
---|---|
duplicatedRows |
integer (int32) |
invalidRows |
integer (int32) |
newRows |
integer (int32) |
OptOutList
Name | Schema |
---|---|
companyId |
integer (int32) |
id |
integer (int64) |
projectId |
string |
PaginationResponse[BlacklistedDomain]
Name | Schema |
---|---|
items |
< BlacklistedDomain > array |
totalCount |
integer (int32) |
PaginationResponse[BlacklistedEmail]
Name | Schema |
---|---|
items |
< BlacklistedEmail > array |
totalCount |
integer (int32) |