Get your API key
Before making your first API call, you’ll need to generate an API key:1
Access Admin Dashboard
Log in to your SitePlot admin dashboard with Global Administrator privileges.
2
Navigate to API Keys
Go to Organization → API Keys in the sidebar.
3
Create New Key
Click Create New API Key and provide a descriptive name.
4
Copy Your Key
Copy the generated API key immediately - it will only be shown once.
Make your first request
Let’s start by fetching a list of forms from your SitePlot instance:Expected Response
A successful request will return a JSON response with your forms data:Next Steps
Now that you’ve made your first successful API call, explore these common use cases:Get Form Submissions
Retrieve submissions for a specific form
List Pages
Access your published pages
Manage Redirects
View and manage URL redirects
Error Handling
Learn about error responses and status codes
Common Parameters
Most list endpoints support these query parameters:| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number for pagination |
pageSize | integer | 20 | Items per page (max: 100) |
active | boolean | - | Filter for active items only |
published | boolean | - | Filter for published items only |
