सामग्री पर जाएँ

PushWard API Reference

PushWard की iOS लाइव ऐक्टिविटी API, notifications और widgets का पूरा REST reference। नीचे हर endpoint देखें, या authentication और worked examples के लिए API guide पढ़ें।

एंडपॉइंट

सभी paths इस URL के सापेक्ष हैं: 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 बिना 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