Connect external applications to your campground data using the REST API.
Requirements
API access may be restricted if your payment method has not been added or if you have overdue invoices.
Accessing Integration Settings
Navigate to Integrations from the main navigation.
Enabling the API
On the integrations page, in the API Billing section, click Enable API Access.
Review the pricing information (per-write-request charge) and the SaaS Agreement terms.
API access is now active.
API Billing
Read requests (GET) are free.
Write requests (POST, PUT, PATCH, DELETE) are billed per request. The per-request price is shown on the integrations page.
Charges are added to your monthly invoice.
Managing API Tokens
Creating a Token
Click Create Token.
Enter a Token Name and optional Description.
Select the Permissions for the token. Choose Full Access or select individual permissions (e.g. Bookings Read, Customers Write, etc.).
Click Create Token.
Copy the token immediately -- it will not be shown again.
Revoking a Token
Click Revoke next to any token to revoke it. Applications using that token will lose access immediately.
Disabling the API
Click Disable API Access to turn off API access. All existing API requests will stop working until you re-enable it.
Usage Tracking
The integrations page shows:
This Month's Write Requests -- the number of write requests made this billing period.
This Month's API Charges -- the total charges for the current billing period.
A restricted access notice if your payment method is missing or invoices are overdue.
