Overview
The 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 responses within a controlled environment.Information
The API Explorer allows any user with the provided username and password below to test out GET request endpoints. The test user already has appropriate limited permissions granted and has already enabled the REST API.
Note:
Testable endpoints: GET request endpoints.
POST, PUT, and DELETE endpoints don't have permissions granted to test directly in the browser using the public username and password provided below. You can, however, see the example in the AnswerHub community user interface as a user with limited permissions.
If you would like to test out specific endpoints, please contact your Customer Success Manager to request a username and password with the endpoint you are trying to test in the explorer; they can turn on specific permissions.
Note:
The API explorer currently works with version 1.8.
There are a few steps needed to start testing:
- Before you click the TRY IT button, make sure you enter in the displayed example input in the Path Param field.
- You can access the API explorer by pressing the TRY IT button in the top right-hand side of the API Explorer box.
- You will then need to provide a username and password.
- Use the following:
USERNAME: answerhub, PASSWORD: test123.
- Use the following:
- The results should show up in the furthest right-hand side panel next to the code examples.

First enter the example value for the path param, before clicking on the 'TRY IT' button. In this case it is the number 7.
Priyanka Bhotika
Comments