Dashboard Playground

Your Playground

Welcome to your APIVerve playground. This is where you can test your APIs and see how they work. You can access your playground by logging in to your account and navigate to the Playground Tab. There are several important sections that you will see on your playground.

API Configuration

This section shows the configuration of your API for the playground. You can configure your API by selecting the API you want to test and entering the required parameters.

Select API

This dropdown allows you to select the API you want to test. You can choose from a list of enabled APIs that you have access to. If you don't see the API you want to test, you may need to enable it from the APIVerve Directory.

API Endpoint

Some APIs have multiple endpoints that you can test. This dropdown allows you to select the endpoint you want to test. You can choose from a list of available endpoints for the selected API. If the API only has one endpoint, that endpoint will be selected by default.

Input Param

This section shows the input parameters for the selected endpoint. You can enter the required parameters for the endpoint here. For example, if the endpoint requires a date parameter, you can enter the date in the input field. This also shows the required parameters for the endpoint. If the endpoint is a POST request, you can enter the request body in the input field.

API Execution

Once you have configured your API, you can execute it to see the response. Click the "Execute" button to send the request to the API and view the response. You can view the response in the "Response" section, as well as the status code of the response.

You can also select the type of response you want to view, such as JSON or XML. You can choose from a list of available response types in the dropdown. The Documentation button will take you to the API documentation for the selected API.

Sample Code

This section shows sample code for the selected API. You can view code snippets in various programming languages that show you how to make requests to the API. We have done this to help you get started with the API and show you how to make requests in your preferred language much easier.

You can copy the code snippet and paste it into your application to make requests to the API. Currently, we support code snippets in JavaScript, Python, NodeJS, C#, Java, and Swift

ON THIS PAGE