Do not text
get
Get all contacts marked as 'Do Not Text'.
Authorizations
Responses
200Success
application/json
get
GET /api/unified-communications/contact-preferences/do-not-text 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:21:59.559Z",
"updated_at": "2025-07-23T12:21:59.559Z",
"contact": "text",
"reason": "text",
"country": "text",
"do_not_text": true,
"do_not_call": true,
"do_not_email": true
}