Skip to content

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 /activities List activities
  • POST /activities Create activity
  • GET /activities/{slug} Get activity
  • PATCH /activities/{slug} Update activity
  • DELETE /activities/{slug} Delete activity

Auth

  • GET /auth/me Get current user profile

Email

  • POST /emails Send transactional email

System

  • GET /health Health check no auth

Notifications

  • POST /notifications Create notification

Widgets

  • GET /widgets List widgets
  • POST /widgets Create widget
  • GET /widgets/{slug} Get widget
  • PATCH /widgets/{slug} Update widget
  • DELETE /widgets/{slug} Delete widget