Skip to main content
POST
/
connection
Check Serial Connection
curl --request POST \
  --url https://api.serial.io/connection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "station_id": "65bf308d-c669-4504-b071-b9b296dc7030"
}'

Authorizations

Authorization
string
header
required

Body

application/json
station_id
string

Response