

Courier's mobile SDK enables your developers to deliver modern notification UX by programmatically managing tokens across devices and adding a notification inbox.
Request a Demo

Courier's mobile inbox gives your users a single place to view all notification activity on their mobile device, allowing them to view notifications even if they do not have push enabled.
Copied!
Courier’s mobile SDK gives you fine-grained control over push tokens across devices.
© 2026 Courier. All rights reserved.
// Register multiple devices for a given user. Notifications// will be delivered to each device in a single send call{"tokens": [{"token": "abc123","provider_key": "apn","properties": {"test": true},"device": {"app_id": "com.my.app","platform": "iOS","model": "iPhone 13"}},{"token": "cba321","provider_key": "firebase-fcm","tracking": {"ip": "127.0.0.1","lat": "0.0","long": "123"}}]}