v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Speakers

By using this endpoint you can create a speaker.

post/speakers

Request body

sipPortinteger

Port to which SIP requests should be sent from the bridge. Applicable for sip speakers and defaults to 5060

registrationStrategy'discoveredSip' required

Indicates how the speaker was added to the system

namestring required

User-defined name for the device.

tagsstring[]
bridgeIdstring required
guidstring uuid required
locationIdstring nullable

ID Of the location.

Example request

{
  "sipPort": 5060,
  "name": "My new device",
  "bridgeId": "1000f60d",
  "guid": "ddfa5b34-5d04-431e-8287-110fe87edf71",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}

Response

Speaker added

idstring required
accountIdstring required
namestring required

User-defined name for the device.

bridgeIdstring required
locationIdstring nullable

ID Of the location.

isSharedboolean

Example response

{
  "name": "My new device",
  "bridgeId": "1000f60d",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}