Notifications

get
Authorizations
Responses
200Success
application/json
get
GET /api/users/notifications HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "legacy_id": "text",
    "nextgen_legacy_id": "text",
    "created_at": "2025-07-23T12:14:45.901Z",
    "updated_at": "2025-07-23T12:14:45.901Z",
    "subject": "text",
    "summary": "text",
    "body": "text",
    "banner": "text",
    "is_read": true,
    "user": "123e4567-e89b-12d3-a456-426614174000",
    "church": "123e4567-e89b-12d3-a456-426614174000"
  }
]
get
Authorizations
Path parameters
idstring · uuidRequired

A UUID string identifying this notification.

Responses
200Success
application/json
get
GET /api/users/notifications/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:14:45.901Z",
  "updated_at": "2025-07-23T12:14:45.901Z",
  "subject": "text",
  "summary": "text",
  "body": "text",
  "banner": "text",
  "is_read": true,
  "user": "123e4567-e89b-12d3-a456-426614174000",
  "church": "123e4567-e89b-12d3-a456-426614174000"
}