Skip to main content
POST
/
api
/
v1
/
tester
/
tag_assignments
Error
A valid request URL is required to generate request examples
{
  "id": 15,
  "tag": {
    "id": 42,
    "serial_number": "TAG-001",
    "name": "Tag Alpha"
  },
  "people_asset": {
    "id": 3,
    "name": "Alice Johnson",
    "employee_id": "EMP042"
  },
  "assigned_at": "2026-02-16T17:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Device-specific API token generated from the Tester device's edit page. Each token is unique to a Tester device and scopes all operations to that device's brand.

Body

application/json
tag_serial_number
string
required

Serial number of the Tag (within the brand)

employee_id
string

Employee ID to identify the person

people_asset_id
integer

People asset ID to identify the person

Response

Tag assignment created

id
integer
tag
object
people_asset
object
assigned_at
string<date-time>