Skip to main content
POST
/
4g
/
pb
/
upload
Upload Watch Data (binary)
curl --request POST \
  --url https://api.stealthera.in/4g/pb/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/octet-stream' \
  --data '"<string>"'
"<string>"

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Must be octet-stream — the watch firmware sends a raw binary payload

Body

application/octet-stream

The body is of type file.

Response

200 - application/octet-stream

ACK byte (0x00)

The response is of type file.