Skip to content

Deleted Contact List

A paginated list of deleted contacts.

typestring

Always list

Value:"list"
Example:"list"
dataArray of objects(Deleted Contact)

The list of deleted contact objects.

Example:
[ { "type": "contact", "id": "5ba682d23d7cf92bef87bfd4", "external_id": "70", "email": "joe@example.com", "role": "user", "status": "archived", "updated_at": 1756636800 } ]
total_countinteger

A count of the total number of deleted contacts.

Example:100
pagesobject

Offset-based pagination metadata.

Example:
{ "type": "pages", "page": 1, "per_page": 10, "total_pages": 1 }
{ "type": "list", "data": [ {} ], "total_count": 100, "pages": { "type": "pages", "page": 1, "per_page": 10, "total_pages": 1 } }