v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBBridges
Create the bridge for the account with given connect id
post/bridges
Request body
Example request
{
"name": "My new device",
"connectId": "1ABC-1234-A12B-1AB4",
"locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}Response
Bridge Created
Example response
{
"id": "1002bc5a",
"accountId": "00001106",
"name": "My new device",
"locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2",
"createTimestamp": "2023-04-04T09:38:37.372Z"
}