API Documentation
Integrate Prayer Wall functionality into your church applications and websites.
The Prayer Wall API allows Enterprise customers to integrate prayer functionality directly into their church websites and applications. Access real-time prayer data, submit requests programmatically, and create custom prayer experiences.
Enterprise Required: API access is available exclusively to Enterprise plan subscribers.Contact us to upgrade.
Authentication
All API requests require authentication using your church's API key. Include the key in the Authorization header:
Authorization: Bearer your_api_key_hereBase URL
https://api.prayer-wall.app/v1API Endpoints
GET /api/v1/prayer-requestsQuery Parameters
limitNumber of requests to return (max 100)categoryFilter by prayer categorystatusactive, answered, allPOST /api/v1/prayer-requestsRequest Body
{
"title": "Prayer for Healing",
"content": "Please pray for my recovery...",
"category": "health",
"isAnonymous": false,
"isUrgent": false,
"location": "Birmingham, AL"
}POST /api/v1/prayer-requests/{id}/prayersRequest Body
{
"content": "Praying for your healing and comfort",
"isAnonymous": false
}GET /api/v1/statsResponse
{
"activePrayers": 245,
"totalPrayers": 1847,
"countries": 12,
"todayPrayers": 23
}Webhooks
Configure webhooks to receive real-time notifications when prayer events occur in your community.
Rate Limits
SDKs & Libraries
Official JavaScript library for browser and Node.js applications.
Composer package for PHP applications and WordPress plugins.
PyPI package for Python applications and Django projects.
API Support
Need help integrating the Prayer Wall API? Our developer support team is here to assist.
