Do not call

get

Get all contacts marked as 'Do Not Call'.

Authorizations
Responses
200Success
application/json
get
GET /api/unified-communications/contact-preferences/do-not-call HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "user": {
    "id": "text",
    "email": "text",
    "phone": "text",
    "profile": "text",
    "additional_user_fields": "text"
  },
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:26:59.788Z",
  "updated_at": "2025-07-23T12:26:59.788Z",
  "contact": "text",
  "reason": "text",
  "country": "text",
  "do_not_text": true,
  "do_not_call": true,
  "do_not_email": true
}