Skip to main content

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.

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.

Base URLs

EnvironmentURL
Productionhttps://api.campground.fyi/public
Staginghttps://api.stage-campground.fyi/public
Use the staging base URL to test integrations before pointing them at production data.

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 handle 429 responses.

Available resources

ResourceDescription
ProfilesOrganization members. Create, read, and update profile records and custom field values.
TeamsTask-focused groups of profiles. Read team records and membership.
ApplicationsProgram 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.