---
title: "Register mobile device to push notifications service"
method: POST
path: "/api/v1/users/me/actions/register_token"
tags: ["Users"]
---

# Register mobile device to push notifications service

`POST /api/v1/users/me/actions/register_token`

Register the user's device into 'Zoominfo Notifications Center', so it will be able to receive push notifications.

## Request body

- TokenRegistration
  - `device_os` string, required
  - `device_type` string, required
  - `token` string, required
  - `type` 'MOBILE_PUSH', required

## Response `204`

Success

## Other responses

- `400` — Bad request
- `409` — Conflict

---

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