//[[restapi:start|RESTful API]]//
====== Base URL ======
You must build the method URL according your Campaign Manager installation. It is tied by the domain name and base context. Lets asume for a moment that your Campaign Manager is located at http:%%//%%%%www.messangi.com%%/messangi_mmc.
And the method's location you are interested is described on this documentation page as follows:
rest/api/ping/{instanceId}/{word}/{publicKey}/{signature}
Your final URL must contain the domain, the context and the method location that are described at the documentation page.
In this example your resulting URL must be:
http://www.messangi.com/messangi_mmc/rest/api/ping/{instanceId}/{word}/{publicKey}/{signature}