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

To test your product follow these steps:

  1. Browse to the Product Page: Navigate to the product page on your API store (e.g., from the marketplace or search results).

  2. Subscribe to the Product:

    • On the product page, select the "FREE" pricing plan (or any plan you want to test)

    • Click the "Subscribe" button to subscribe to the product

    • Complete the subscription process if payment is required (for free plans, this is usually instant)

  3. Access API Playground:

    • After subscribing, you'll see the "API Playground (Try the APIs)" section on the product page

    • This section displays all available endpoints for the product

    • You can view endpoint details, request/response schemas, and test endpoints directly

  4. Copy the Endpoint URL:

    • From the API Playground, find the endpoint you want to call

    • Copy the full endpoint URL (e.g., https://prod.api.market/api/v1/{workspace-slug}/{product-slug}/{endpoint-path})

Example:

For an endpoint that looks like this, you can send a POST request using any of the methods described below:

You can use tools like Postman to test your API as well:

PostMan request for api.market

Last updated