Settings API


The Settings API allows you to configure integrations, notifications, and other account settings programmatically.


Endpoints

EndpointDescription
GET /settings/notificationsGet notification preferences
PUT /settings/notificationsUpdate notification settings
GET /settings/stripeGet Stripe integration settings
GET /settings/hubspotGet 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"