OpenAPI 3.1.0raw.githubusercontent.com2026-08-14111189221.2 KB

ad03d2ec1b20

push

Register (upsert) a phone's Expo push token

post/api/v1/push/devices

Request body

deviceNamestring

Human-friendly device label.

installIdstring

Stable per-install device id, keying the registry so a rotated push token updates the same row. Optional: older app builds omit it and the daemon synthesizes one.

platform'ios' | 'android'

Device platform.

tokenstring

Expo push token, e.g. ExponentPushToken[...]. Optional: omitted when the phone has no push token yet.

Response

OK