Base URL
All API endpoints are accessed relative to the base URL.
Production
https://kixon.app/api
Full Endpoint Examples
| Endpoint | Full URL |
|---|---|
| Send SMS | https://kixon.app/api/send-sms |
| Schedule SMS | https://kixon.app/api/scheduled-messages-direct |
| Cancel Scheduled SMS | https://kixon.app/api/scheduled-messages-direct/{id} |
Headers
All requests should include these headers:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/jsonAPI Versioning
The current API uses unversioned /api/* routes. If versioned routes are introduced in the future:
- Existing versions will remain supported for at least 12 months
- Breaking changes will only be introduced in new versions
- You will be notified before any version deprecation