The Campground REST API gives your team programmatic access to your community data. Use it to sync member profiles from an external CRM, build custom reporting dashboards, automate workflows in Zapier or Make.com, or integrate Campground data into any system that can make HTTP requests. All endpoints are scoped to your organization. Every request must include a valid API key. Responses are JSON.Documentation Index
Fetch the complete documentation index at: https://docs.campground.fyi/llms.txt
Use this file to discover all available pages before exploring further.
Base URLs
| Environment | URL |
|---|---|
| Production | https://api.campground.fyi/public |
| Staging | https://api.stage-campground.fyi/public |
Authentication and rate limits
Before making your first request, read the authentication guide to learn how to pass your API key, and review the rate limits page to understand request quotas and how to handle429 responses.
Available resources
| Resource | Description |
|---|---|
| Profiles | Organization members. Create, read, and update profile records and custom field values. |
| Teams | Task-focused groups of profiles. Read team records and membership. |
| Applications | Program membership requests submitted through intake forms. |
Common use cases
- Zapier / Make.com — Trigger workflows when a profile is created or updated, or push data from external forms into Campground.
- Custom integrations — Sync member data between Campground and your CRM, email marketing tool, or internal database.
- Reporting — Pull profile, team, and application data into BI tools or spreadsheets on a schedule.
Authentication
Learn how to generate an API key and attach it to every request.
Rate limits
Understand request quotas, response headers, and retry strategies.
Profiles
List, get, create, and update member profiles.
Teams
List and retrieve team records and their members.