API
A REST API for your church's data.
Token-based access to the same data your team sees in the app — for custom dashboards, integrations, and reporting.
Status
Core resources are live. More on the way.
Endpoints for People, Groups, Events, and Donations are available today. Interactive documentation (OpenAPI / Swagger) and additional resources are in active development.
Authentication
Generate a bearer token from /me/api-tokens inside your account, then send it on every request:
// Authorization header
Authorization: Bearer {token}
Accept: application/json
Example request
List people for your church:
// GET /api/v1/people
curl -H "Authorization: Bearer {token}" \
https://app.ejad.church/api/v1/people
Need a custom integration?
Tell us what you're trying to connect.
If the endpoint you need isn't available yet, or you're planning a custom integration, write to us — we prioritize the API roadmap based on real requests.