API Reference
Ardent SMS API Reference
Welcome to the Ardent SMS API reference. Our API is built on REST principles and uses standard HTTP response codes, authentication, and verbs.
Base URL
All API requests should be made to:
https://api.ardentsms.com/v1Authentication
The Ardent SMS API uses Bearer Token authentication. You can generate an API key from your School Portal under Settings -> Developer Portal.
Authorization: Bearer <your_api_key>