API Tester

Welcome to the Uniblock API Tester guide!

The API Tester is an explorer to simplify and expedite your interactions with the Uniblock APIs. With this tool, you can test, debug, and perfect your API calls in real-time, ensuring you get the expected results every time.


Getting Started

  1. Accessing the API Tester: Visit the Uniblock Explorer.
  2. Select an API Endpoint: Choose the specific API endpoint you'd like to test.
  3. Authentication: Ensure you've copy your API key from project overview page and input to the authorization dialog on the explorer page. Optionally keyless request will work, but it subjects to rate limiting and does not reflect your project configuration.

Using the Explorer

  1. Select An Endpoint: Choose an endpoint to make a request.

  2. Input Parameters: There will be input parameters details of the endpoint. Examples of required inputs are provided by default.

  3. Execute the Call: Hit the Try it Out button. And then hit the Execeute button to make the request with the filled parameter example values.

  4. View Results: The response will display in a structured format on the response block, showing you the results, or any error messages.

  5. View Schema: We also provide the schema to the data that is returned. Select the schema tab to learn more about the data object.