api-docs-icon

Get Suppression List Contacts

GET
/ api/ v1/ lists/ suppression/ contacts/ {listId}

Get all contacts on the specified suppression list. Contacts will be returned in an array of objects

listId
integer (int64)
required

The listId of the suppression list to get contacts for

offset
integer (int32)

Offset count for paging

Response

OK

application/json
object
ContactDetails
array[object]
required

Contains an array of contacts on the list

object

ListDetails
object
required

Code Examples

Response