API keys let external tools read from and write to your Campground organization programmatically. You can use them to connect automation platforms like Zapier or Make.com, sync data with other systems, or build custom integrations with the Campground REST API. Each key is scoped to specific actions so you can grant only the access a given integration needs.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.
Creating an API key
Give the key a name
Enter a descriptive name so you can identify the key later — for example, “Zapier sync” or “Custom CRM integration”. This name is for your reference only.
Select scopes
Choose the scopes the key should have. Grant only the scopes your integration actually requires.
| Scope | What it allows |
|---|---|
read:profiles | Read member profile data |
write:profiles | Create and update member profiles |
read:teams | Read team data |
read:applications | Read application data |
Using your API key
Pass the key as a bearer token in theAuthorization header of every request:
Common use cases
- Zapier — trigger Zaps when new members are accepted, or push new contacts from a form into Campground profiles
- Make.com — build multi-step automations that read application data and update records in other tools
- Custom integrations — pull member or team data into your own dashboards, reporting tools, or internal systems