Overview

get
Authorizations
Responses
200Success
application/json
get
GET /api/prayer-requests/overview HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "additional_prayer_request_fields": "text",
  "legacy_id": "text",
  "nextgen_legacy_id": "text",
  "created_at": "2025-07-23T12:21:08.049Z",
  "updated_at": "2025-07-23T12:21:08.049Z",
  "content": "text",
  "is_answered": true,
  "is_archived": true,
  "is_anonymous": true,
  "status": "pending",
  "media": null,
  "reason": "text",
  "church": "123e4567-e89b-12d3-a456-426614174000"
}