URL to Access Web Services
Overview
Once the Web API Server has been installed, you can access the various services by using the URLs described for each service.
Chat
The RESTful chat web services will be available at the following path:
/api/v2/chats
Depending on the context root, the final URL should look similar to these examples:
http(s)://[host:port]/webapi/api/v2/chats (if webapi is the context root) http(s)://[host:port]/api/v2/chats (if / is the context root)
The RESTful e-mail web services will be available at the following path:
/api/v2/emails
Depending on the context root, the final URL should look similar to these examples:
http(s)://[host:port]/webapi/api/v2/emails (if webapi is the context root) http(s)://[host:port]/api/v2/emails (if / is the context root)
This page was last edited on September 11, 2014, at 14:33.
Comments or questions about this documentation? Contact us for support!