API
With our API you can integrate uContact with other systems.
To use the API you need
Authenticate and get a token for the session
Use the token in the Header Authorization
End session
It is recommended to create a user that is exclusively for use with the uContact API.
API Omnichannel
API Telephony
API Other Actions
API Gamification
DataBases
Examples
Prior to making any of the queries to the web services it is necessary to obtain the APIkey
through the Login.
To do this, we will use the UserLogin
service and enter a valid username and super user password.
Once you have your login token we will see how to use it in API queries:
JQuery can be configured to use the token in each request.
If not, it can be specified in the headers in each request made.
After using the API it is necessary to end the session.
This way we will avoid security problems by disabling the token generated in the login of the startup.
Aditional Iinformation
All WebServices are REST
Only https (http2) is used for security, a valid certificate *.ucontactcloud.com is provided
CrossDomain Connection
With the proxy window we can handle events of an iframe inserted in a form to be able, for example, to make dispositions, hang up the call, close the form or whatever is desired.
To do this you don't need any plugin.
You may also be interested ...
Postman collection for the Login and Logoff.