API Basics: URL, Methods, Return Formats, Authentication - KBPublisher KB
Summary
Check Secure API connection to configure the API to only accept requests using Secure Sockets Layer (SSL) by using HTTPS. SSL encrypts the transmission, which protects your request and the response from being viewed in transit. The API is accessed from the URL where your KBPublisher installed, formatted like so: http://[your_domain]/[kb_dir]/api.php Example: http://www.domain.com/kb/api.php The KBPublisher API requires that you authenticate every request by signing it. Example: /api.php?call=articles&version=2 Two return types are currently supported: You can specify the return type by adding the "format" query string parameter to your API URL. Example: /api.php?call=articles&format=xml By default, all available fields are returned when you make a query.