PushWard API Reference
The full REST reference for the PushWard iOS Live Activity API, notifications, and widgets. Explore every endpoint below, or read the API guide for authentication and worked examples.
Endpoints
All paths are relative to 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 no 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