🔔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 integrations page (https://push.techulus.com/console/integrations) or Account tab in mobile app. Team API keys can be found in the team details screen.

The authentication header (API Key) to be specified in the request is x-api-key

There are several ways you can make this request:

We recommend the asynchronous API if you've more than 10 devices:

Sample Request body

{
    "title": "Welcome to Push by Techulus",
    "body": "This is your first notification"
}

Last updated