Settings API
The Settings API allows you to configure integrations, notifications, and other account settings programmatically.
Endpoints
| Endpoint | Description |
|---|---|
| GET /settings/notifications | Get notification preferences |
| PUT /settings/notifications | Update notification settings |
| GET /settings/stripe | Get Stripe integration settings |
| GET /settings/hubspot | Get HubSpot integration settings |
Authentication
All Settings API endpoints require an API key with Admin access level.
curl https://api.growpanel.io/v1/settings/notifications \
-H "Authorization: Bearer YOUR_API_KEY"Related pages
- Notifications settings - Configure in the UI
- Data sources - Setting up integrations