API Tester
Welcome to the Uniblock API Tester guide!
The API Tester is a robust tool designed 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
- Accessing the API Tester: Visit the Uniblock dashboard and navigate to the API Tester section.
- Select an API Endpoint: Use the menu to choose the specific API endpoint you'd like to test.
- Authentication: If your API requires authentication, ensure you've selected your desired API key. Your project's default key is automatically inputted.
Using the API Tester
- Input Parameters: Depending on the API endpoint, there will be required and optional fields. Fill them out accordingly.
- Execute the Call: Once you've set up your call, hit the
Try
button. - View Results: The response will display in a structured format on the response block, showing you the results, and any errors or messages.
- View Schema: We also provide the schema to the data that is returned. Select the
schema
tab to learn more about the data object.
Updated 5 months ago