v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBSpeakers
By using this endpoint you can create a speaker.
post/speakers
Request body
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
Example response
{
"name": "My new device",
"bridgeId": "1000f60d",
"locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}