---
title: "Subscribe To Push"
method: POST
path: "/api/v1/experts/push/subscribe"
tags: ["Experts"]
---

# Subscribe To Push

`POST /api/v1/experts/push/subscribe`

Store expert's push notification subscription.

Accepts two formats:
- Expo native: {"expo_push_token": "ExponentPushToken[...]", "platform": "ios"}
- Web push:    {"subscription": {endpoint, keys, ...}, "user_agent": "..."}

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
