---
title: "Register a Push Subscription"
method: POST
path: "/push/subscribe"
tags: ["Push"]
---

# Register a Push Subscription

`POST /push/subscribe`

## Request body

- SubscribePayload
  - `auth` string, required
  - `endpoint` string, required
  - `p256dh` string, required

## Response `200`

- SubscribeResponse
  - `id` string, uuid, required

---

[API](https://skmtc.net/mikotoio/apis/mikoto-superego.md) · [All operations](https://skmtc.net/mikotoio/apis/mikoto-superego/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mikotoio/mikoto-superego/revisions/2884da9c4ee0/schema)
