FAQ
Do you store user notifications?
Only when a user is offline.
Delivered messages are deleted weekly.
How long are test keys valid?
4 hours. Test keys are one-time generated.
Can I regenerate a test key?
No , you may request support to reset it.
Why must user_id be a UUID?
It ensures unique users and prevents collisions across unrelated apps.
Where do I send notifications?
POST https://notifications.arifa.dev/bff_v001/notify
How do I connect to WebSocket?
Use: wss://notifications.arifa.dev/ws/connect?api_key=KEY&recipient=UUID&client=web or mobile
Do you support mobile apps?
Yes: Android, iOS, and React Native via WebSocket.