app.bsky.notification.registerPush
#main
Register to receive push notifications, via a specified service, for the requesting account. Requires auth.
Input
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| serviceDid | string (did) | - | ✅ | - |
| token | string | - | ✅ | - |
| platform | string | ios android web | ✅ | - |
| appId | string | - | ✅ | - |
| ageRestricted | boolean | - | ❌ | Set to true when the actor is age restricted |