GET /v1/platform/settings
Get your platform’s current configuration settings.Authentication
Requires Platform API Key in theX-API-Key header.
Request
Response
PUT /v1/platform/settings
Update your platform settings.Authentication
Requires Platform API Key in theX-API-Key header.
Request
Request Body
Array of allowed OAuth redirect URIs. Must be HTTPS in production (HTTP allowed for localhost).
Webhook endpoint URL. Must be HTTPS.
Response
Configuration Options
Redirect URIs
OAuth redirect URIs where users are sent after connecting their calendar. Requirements:- Must be HTTPS in production
- HTTP allowed only for localhost development
- Maximum 5 redirect URIs per platform
Webhook URL
URL where Syncline sends webhook events. Requirements:- Must be HTTPS
- Must return 200 OK within 30 seconds
- Should verify webhook signatures
Use Cases
Development Environment Setup
Multi-Environment Configuration
Webhook URL Update
Error Responses
Invalid Redirect URI
Invalid Webhook URL
Too Many Redirect URIs
Best Practices
Use Environment Variables
Validate Webhook URL Before Updating
Keep Redirect URIs Minimal
Related Endpoints
Regenerate API Key
Generate new platform API key
Update Webhook
Configure webhook settings
OAuth URL
Generate OAuth URLs