Creating an intercom
At the moment, you can only create intercoms of the brand Interconnection
POST/api/admin/v1/intercomsHeaders | |||||||||
Authorization | Bearer token | ||||||||
Accept | application/json | ||||||||
X-Client | ios-cctv|android-cctv|thick-legal|web | ||||||||
X-UUID | unique device id |
Body | |||||||||
json |
JSON
| ||||||||
vendorrequired | string | Intercom manufacturer | |||||||
schemarequired | string | URL scheme | |||||||
iprequired | string | IP address | |||||||
portrequired | integer | Port | |||||||
loginrequired | integer | Login | |||||||
passwordrequired | integer | Password | |||||||
titlerequired | string | Intercom name |
Response | |||||||||
200 | Successful response | ||||||||
JSON
| |||||||||
401 | Authorization token is not provided or is invalid. Obtaining a token |
Example | |||||||||
JSON
|