v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Bridges

Create the bridge for the account with given connect id

post/bridges

Request body

namestring required

User-defined name for the device.

connectIdstring required

The code delivered with a bridge and assigned to it

locationIdstring nullable

ID Of the location.

tagsstring[]

Example request

{
  "name": "My new device",
  "connectId": "1ABC-1234-A12B-1AB4",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}

Response

Bridge Created

idstring required

Unique bridge identifier

accountIdstring required

Account ID specified in as an ESN Type.

namestring required

User-defined name for the device.

locationIdstring nullable

ID Of the location.

createTimestampstring date-time required

Example response

{
  "id": "1002bc5a",
  "accountId": "00001106",
  "name": "My new device",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2",
  "createTimestamp": "2023-04-04T09:38:37.372Z"
}