Welcome to the ProofHQ APIThe ProofHQ API is a simple HTTP service that is secured using SSL. The API aims to provide you with all the functionality that used in our own application. If you require help on the application functionality, please refer to the ProofHQ help pages. Supported formatsThe public interface is SOAP 1.1 compliant with WSDL support. All requests are therefore executed using XML over HTTPS. Getting started with the APIThe API entry point: https://www.proofhq.com/soapThe WSDL can be found here: All requests use the following envelope, header and body format: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:proofhqapi"> <soapenv:Header/> <soapenv:Body> ... API function and data inserted here ... </soapenv:Body></soapenv:Envelope>FAQ'sFor a collection of frequently asked questions, please visit this page. |