Postman Collections
Import our ready-to-use Postman collections to start testing the API immediately. Each collection includes pre-configured requests with examples for every endpoint.
How to import
- Download the
.jsonfile for the collection you need - Open Postman and click Import (top left)
- Drag the file or click Upload Files
- Set the
X-Api-Keyvariable in your environment
tip
Create a Postman Environment with variable baseUrl set to https://lora-api.agiletelecom.com/api and apiKey set to your API key. This way all requests will use the correct values automatically.
Available collections
| Collection | Endpoints | Download |
|---|---|---|
| Qlara Platform | Contacts, Lists, Campaigns, Webhooks, Exports, Inbox, Media, Subscription | Download JSON |
| SMS Universal | Send SMS (modern format) | Download JSON |
| SMS Legacy | Send SMS (backward-compatible format) | Download JSON |
| RCS Send | Send RCS messages | Download JSON |
| RCS Templates | Create, update, delete RCS templates | Download JSON |
| Send messages, manage templates and phone numbers | Download JSON |
Setting up authentication
After importing, configure authentication for all requests at once:
- Click on the collection name in the sidebar
- Go to the Authorization tab
- Select API Key as type
- Set Key to
X-Api-Key - Set Value to your API key
- Set Add to to
Header
All requests in the collection will inherit this authentication.