PushWard API Reference
PushWard की iOS लाइव ऐक्टिविटी API, notifications और widgets का पूरा REST reference। नीचे हर endpoint देखें, या authentication और worked examples के लिए API guide पढ़ें।
एंडपॉइंट
सभी paths इस URL के सापेक्ष हैं: https://api.pushward.app
Activities
- GET
/activitiesList activities - POST
/activitiesCreate activity - GET
/activities/{slug}Get activity - PATCH
/activities/{slug}Update activity - DELETE
/activities/{slug}Delete activity
Auth
- GET
/auth/meGet current user profile
- POST
/emailsSend transactional email
System
- GET
/healthHealth check बिना auth
Notifications
- POST
/notificationsCreate notification
Widgets
- GET
/widgetsList widgets - POST
/widgetsCreate widget - GET
/widgets/{slug}Get widget - PATCH
/widgets/{slug}Update widget - DELETE
/widgets/{slug}Delete widget