---
title: "Adds wat_device_subscription applet"
method: POST
path: "/v1/applets/wat_device_subscription"
tags: ["applets"]
---

# Adds wat_device_subscription applet

`POST /v1/applets/wat_device_subscription`

## Request body

- AppletRequest
  - `type` string — type (optin, optout, wat_device_subscription, contact_import_http_post)
  - `name` string — name
  - `locale` string — locale
  - `cssUrl` string — css url
  - `cssContent` string — css content
  - `cssTheme` string — css theme

## Response `201`

Created

- AppletResponse
  - `type` string — type (optin, optout, wat_device_subscription, contact_import_http_post)
  - `name` string — name
  - `locale` string — locale
  - `cssUrl` string — css url
  - `cssContent` string — css content
  - `cssTheme` string — css theme
  - `id` integer — applet id
  - `url` string — url
  - `uri` string — uri
  - `lastModifiedBy` string — last modified by
  - `createdBy` string — created by
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `500` — Internal server error

---

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