Base URL

All API endpoints are accessed relative to the base URL.

Production

https://kixon.app/api

Full Endpoint Examples

EndpointFull URL
Send SMShttps://kixon.app/api/send-sms
Schedule SMShttps://kixon.app/api/scheduled-messages-direct
Cancel Scheduled SMShttps://kixon.app/api/scheduled-messages-direct/{id}

Headers

All requests should include these headers:

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

API 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