---
title: "Register (upsert) a phone's Expo push token"
method: POST
path: "/api/v1/push/devices"
tags: ["push"]
---

# Register (upsert) a phone's Expo push token

`POST /api/v1/push/devices`

## Request body

- RegisterPushDeviceRequest
  - `deviceName` string — Human-friendly device label.
  - `platform` 'ios' | 'android' — Device platform.
  - `token` string, required — Expo push token, e.g. ExponentPushToken[...].

## Response `200`

OK

- PushDeviceEnvelope
  - `device` PushDeviceResponse, required
    - `createdAt` string, date-time, required
    - `deviceName` string
    - `lastSeenAt` string, date-time, required
    - `platform` string
    - `token` string, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/0754881ee8f4/schema)
