Comment on page
🔔
Notify all devices or teams
APIs to send push notification to all devices connected to your account or or a team.
The targeting is based on which API key you specify in the request:
- If you use you account API key the notification will be send to all devices in your account.
- If you specify a team API key then the notification will be send to all devices for every member in the team.
Your API Key is required for making any requests using our API, you can find it inside the console. https://push.techulus.com/console
post
https://push.techulus.com
/api/v1/notify
Send Notification (API key in header)
post
https://push.techulus.com
/api/v1/notify/{api_key}
Send Notification (API key in path)
get
https://push.techulus.com
/api/v1/notify/{api_key}?title={title}&body={body}
Send Notification, API Key in path and content as query
post
https://push.techulus.com
/api/v1/notify-async
Send Notification (API key in header)
{
"title": "Welcome to Push by Techulus",
"body": "This is your first notification"
}
Last modified 8mo ago