---
title: "Create a log record for a specific device for Branch IO"
method: POST
path: "/v2/branch/device"
tags: ["BranchIO"]
---

# Create a log record for a specific device for Branch IO

`POST /v2/branch/device`

Create a log record for a specific device for Branch IO

## Headers

- `Authorization` string, required

## Request body

- InternalBranchioHandlerBranchIODeviceRequestBody
  - `campaign` string
  - `channel` string
  - `deviceId` string, required
  - `feature` string
  - `identityId` string
  - `platform` string, required
  - `tags` string[], required

## Response `200`

success, the data field just says ok

- BluenteInternalPlatformUtilsBaseResponse
  - `code` integer — 0=success，only parse data when code=0
  - `data` unknown
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
