Overview
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/testimonies/overview200Success
GET /api/testimonies/overview HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"additional_testimony_fields": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2026-02-17T05:09:53.973Z",
"updated_at": "2026-02-17T05:09:53.973Z",
"content": "text",
"is_archived": true,
"is_anonymous": true,
"status": "pending",
"media": null,
"reason": "text",
"church": "123e4567-e89b-12d3-a456-426614174000"
}