Quickstart
Here you'll find everything you need to get started on using ChurchPad API
Contact your church administrator to create a developer account for you through the church admin portal
Developer Dashboard
Once your developer account is created, you’ll receive:
Access to the developer dashboard
Your unique API key (
x-api-key
)
Using Your API Key
All API requests must include your API key in the request headers:
x-api-key: your_api_key_here
The API key identifies you and your church, and provides the necessary permissions for making API requests.
Security Notes
Keep your API key secure and never share it
Each request using your API key will be logged and audited
API keys can be revoked by administrators if needed
Rate limits and usage quotas may apply

Import On Postman
You can import our collection to postman using the link
Last updated