No API documented yet. Know where the docs live? Propose the links above.
Actions (22)
Projects · 6
- Create projectPOST /projects
Create a new project.
documented - Delete projectDELETE /projects/{PROJECT_ID}
Delete a project asynchronously.
documented - List projectsGET /projects
List all projects.
documented - Patch projectPATCH /projects/{PROJECT_ID}
Partially update project settings.
documented - Show projectGET /projects/{PROJECT_ID}
Show project details and stats.
documented - Update projectPUT /projects/{PROJECT_ID}
Update project settings.
documented
Senders · 6
- Create senderPOST /senders
Create a sender.
documented - Delete senderDELETE /senders/{SENDER_ID}
Delete a sender.
documented - List sendersGET /senders
List all senders.
documented - Patch senderPATCH /senders/{SENDER_ID}
Partially update sender settings.
documented - Show senderGET /senders/{SENDER_ID}
Show sender settings.
documented - Update senderPUT /senders/{SENDER_ID}
Update sender settings.
documented
Subscriptions · 6
- Create subscriptionPOST /projects/{PROJECT_ID}/subscriptions
Create or import a subscription.
documented - Delete subscriptionDELETE /projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_ID}
Delete a subscription.
documented - List subscriptionsGET /projects/{PROJECT_ID}/subscriptions
List the subscriptions for a project.
documented - Patch subscriptionPATCH /projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_ID}
Partially update a subscription's metadata (uid and tags).
documented - Show subscriptionGET /projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_ID}
Show a subscription's details.
documented - Update subscriptionPUT /projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_ID}
Update a subscription's metadata (uid and tags).
documented
Notifications · 4
- Cancel scheduled notificationDELETE /notifications/{NOTIFICATION_ID}/cancel
Cancel a scheduled notification.
documented - Get notificationGET /notifications/{NOTIFICATION_ID}
Retrieve a notification and its delivery stats.
documented - List notificationsGET /projects/{PROJECT_ID}/notifications
List the latest notifications for a project.
documented - Send notificationPOST /projects/{PROJECT_ID}/notifications
Send a web push notification within a specific project.
documented