Testing Your APIs & Products
To enable easy testing for yourself and for your users, we recommend creating a Free product with this config:
Price: $0/month
API Calls: 100
Limit Type: HARD
You can sign in using any email on your API store.
To test your product follow these steps:
Login to your API Store User Portal
Click on Products from the Sidebar.
Subscribe to the "FREE" product.
From the list of Endpoints, copy the endpoint you want to call.
Create an API Key by going to the API Keys page from the left sidebar and copy the api key.
To send a request you need to pass the API key in the header as explained below:
Example:
For an endpoint that looks like this, you can send a POST request using any of the methods described below:
Shell
Javascript
Python
You can use tools like Postman to test your API as well:
Last updated