Push
Notifications → Push SDK methods.
The Push channel delivers notifications to iOS, Android, and web — device registration, templates, campaigns, and provider integrations.
PUT /notifications/push/templates/{Id}/archive
POST /notifications/push/templates/{Id}/clone
POST /notifications/push/integrations/confirm-human-delivery
POST /notifications/push/campaigns
POST /notifications/push/templates
DELETE /notifications/push/campaigns/{Id}
DELETE /notifications/push/integrations/{Id}
DELETE /notifications/push/templates/{Id}
GET /notifications/push/disable
PUT /notifications/push/integrations/{Id}/disable
GET /notifications/push/enable
PUT /notifications/push/integrations/{Id}/enable
GET /notifications/push/campaigns/{id}
GET /notifications/push/campaigns/{id}/batches/{batchId}/{notificationId}
GET /notifications/push/campaigns/{id}/batches/{batchId}
GET /notifications/push/campaigns/{id}/batches
GET /notifications/push/campaigns/{campaignId}/messages/{id}
GET /notifications/push/campaigns/{campaignId}/messages
GET /notifications/push/campaigns/{id}/stats
GET /notifications/push/campaigns
GET /notifications/push/disable-dependencies
GET /notifications/push/integrations/{id}
GET /notifications/push/integrations
GET /notifications/push/templates/{id}/tokens
GET /notifications/push/settings
GET /notifications/push/templates/{id}
GET /notifications/push/templates
GET /notifications/push/preview
POST /notifications/push/integrations/app/request
POST /notifications/push/devices
POST /notifications/push/templates/render
POST /notifications/push/integrations
PUT /notifications/push/integrations/{Id}/default
POST /notifications/push/campaigns/{Id}/stop
POST /notifications/push/integrations/test
PUT /notifications/push/templates/{Id}/unarchive
PUT /notifications/push/templates
Last updated