---
title: "Save an Expo token"
method: PUT
path: "/channels/mobile_push/expo/tokens"
tags: ["mobile_push", "expo"]
---

# Save an Expo token

`PUT /channels/mobile_push/expo/tokens`

Saves the Expo token for the authenticated user. This token serves as a credential for accessing channel-specific functionality. Each token is unique to the user and channel combination, allowing for direct communication with the user via the channel.

## Request body

- ExpoTokenPayload
  - `device_token` string, required — The Expo push token returned by the Expo client.

## Response `200`

OK

- ExpoTokenPayload
  - `device_token` string, required — The Expo push token returned by the Expo client.

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
