---
title: "Register a reply"
method: POST
path: "/reply"
tags: ["Reply"]
---

# Register a reply

`POST /reply`

Register a reply

## Request body

- ReplyCreate
  - `notification` string
  - `label` string — The label of the action which executed the reply.
  - `deviceID` string — The unique identifier for your device corresponding to the APNS, FCM or Webpush token.
  - `userID` string — The app-defined user identifier that you can use to send messages to this user.
  - `data` object — Arbitrary data to be stored for this reply. Currently our platform can handle `message` (text provided by the user) and `media` (URL of a media file uploaded to Notificare)
    - `message` string
    - `media` string, uri

## Response `202`

Accepted

## Changes

- **2020-08-24** `7991a5633150` — 1 info
  - the response property `message` became required for the status `202`
- **2020-03-11** `5ed31e104b6f` — 1 info
  - the endpoint scheme security `ApplicationSecret` was added to the API

[Change history](https://skmtc.dev/notificare/apis/notificare-cloud-api/changes/reply/post.md)

---

[API](https://skmtc.dev/notificare/apis/notificare-cloud-api.md) · [All operations](https://skmtc.dev/notificare/apis/notificare-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notificare/notificare-cloud-api/revisions/aad692b34bab/schema)
