---
title: "POST /v1/{+packageName}/deviceRecall:write"
method: POST
path: "/v1/{+packageName}/deviceRecall:write"
tags: ["deviceRecall"]
---

# POST /v1/{+packageName}/deviceRecall:write

`POST /v1/{+packageName}/deviceRecall:write`

Writes recall bits for the device where Play Integrity API token is obtained. The endpoint is available to select Play partners in an early access program (EAP).

## Path parameters

- `packageName` string, required

## Request body

- WriteDeviceRecallRequest — Request to write device recall bits.
  - `integrityToken` string — Required. Integrity token obtained from calling Play Integrity API.
  - `newValues` Values — Contains the recall bits values.
    - `bitFirst` boolean — Required. First recall bit value.
    - `bitSecond` boolean — Required. Second recall bit value.
    - `bitThird` boolean — Required. Third recall bit value.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/playintegrity.md) · [All operations](https://skmtc.dev/google/apis/playintegrity/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/playintegrity/revisions/c497262cc760/schema)
