For the complete documentation index, see llms.txt. This page is also available as Markdown.

Devices

Every registered device that can receive push notifications.

Where: Push → Devices · /projects/<project>/push/devices

A device is a registered receiver — a phone or browser that gave your app a push token. Devices can be attached to a user (so you target people, not tokens) or anonymous. Your app registers devices through the SDK; campaigns and triggers then deliver to the users' devices.

Push → Devices.

What you can do here

The list is built to show each device's Registered date, User, OS, Device Name, Brand, Account, and Token, with row checkboxes for selection. Device ids use the pnd_… prefix (e.g. pnd_6HgqXfA2xw1sYzKp3Vbn0, registered to user usr_2N70JWm3JWy5cIXm9CqLYn).

Use it from code

Register Device

API reference

Endpoints: Register Device.

Last updated