post https://{BaseUrl}/api/v3.0/speakers
By using this endpoint you can create a speaker.
Responses
By using this endpoint you can create a speaker.
xxxxxxxxxx
10curl --request POST \
--url https://api.cxxx.eagleeyenetworks.com/api/v3.0/speakers \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"sipPort": 5060,
"registrationStrategy": "discoveredSip"
}
'
Try It!
to start a request and see the response here! Or choose an example: