Offline Messages API
Messages sent while a user is offline are durably queued and delivered automatically on reconnect. You can also fetch the offline queue directly via HTTP.
GET
https://sdk.droponair.com/v1/messages/offlineAuthorization
Pass the access token obtained from the Token Exchange API as a Bearer token:
curl -X GET 'https://sdk.droponair.com/v1/messages/offline?page=0&size=20' -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'Query parameters
Retention by plan
- ✓ Free: 7-day retention, 500 max queued per user
- ✓ Pro: 90-day retention
- ✓ Growth: 1-year retention
- ✓ PAYG: 1 year retention
- ✓ Enterprise: configurable up to 7 years
See Pricing for full plan details.