OverviewAnswerHub is a customizable platform designed to build developer communities, offering a suite of features and plugins to create a tailored ecosystem for user engagement. Information Summary A...
Overview To make API requests to AnswerHub, you must first enable REST API. Information To enable the AnswerHub REST API, follow these steps: 1. Log in to AnswerHub Log in to AnswerHub with a user who...
Overview After you enable the [REST API](doc:enable-the-rest-api-in-answerhub) in the site administration page, you must then give yourself the **USE API** permission. Information Notes: Each call mad...
Overview Information The design of AnswerHub's REST API follows several guiding principles: The base URL used to test out the API is https://apidocs.cloud.answerhub.com. All request URIs must use the ...
Overview Learn how to authenticate and send requests to the AnswerHub REST API, including required headers and examples for proper API communication. Information To pull information from our API, you ...
OverviewThe API Explorer is a tool for testing GET request endpoints using a test user with pre-configured permissions. It is designed for users to easily interact with an API's endpoints and observe ...
Overview Information There are 4 types of HTTP requests that you can use with the AnswerHub REST API. GET make requests to retrieve information (badge information, analytics, etc) from the AnswerHub p...
Overview Understanding the MIME types and authorized extensions for attachments in AnswerHub is crucial for API interaction. This guide provides essential information for developers working with Answe...
Overview Information Typically, both the request body and response body get written in JSON format. Some Errors result in an HTML response instead of a typical HTTP Status or Error Codes....
Overview Information Learn About the Example Requests in the Reference Documentation We wrote the example requests in the API Explorer in several different languages, but the more descriptive and copy...