Skip to main content
POST
/
v1
/
tags
/
{id}
/
simulate
Simulate a tag scan
curl --request POST \
  --url http://0.0.0.0:3000/v1/tags/{id}/simulate \
  --header 'Authorization: Bearer <token>'
{
  "message": "Tag scanned"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string

ID da organização para contexto (opcional). Quando presente, filtra recursos da org.

Path Parameters

id
integer
required

ID numérico da tag

Response

Tag scanned

message
string