Configuration
Learn how to configure your Lineserve account and API settings.
API Keys Management
Your API keys authenticate your requests to Lineserve APIs. To manage your keys:
- Log in to your Lineserve Dashboard
- Navigate to Settings > API Keys
- You can view existing keys or generate new ones
caution
Keep your API keys secure. Never share them in public repositories or client-side code.
Environment Settings
Lineserve provides two environments:
Environment | Base URL | Purpose |
---|---|---|
Sandbox | https://sandbox-api.lineserve.com | Testing and development |
Production | https://api.lineserve.com | Live messaging |
Webhook Configuration
To receive delivery reports and incoming messages:
- Go to Settings > Webhooks
- Add your callback URL
- Select the events you want to receive
- Save your configuration
Rate Limits and Quotas
By default, your account has the following limits:
- 10 requests per second
- 10,000 messages per day
tip
Need higher limits? Contact our support team to upgrade your plan.
Next Steps
Once your configuration is complete, check out our Quick Start guide to send your first message.