Postman

Postman Collection (v2.1)

Overview

Postman is a powerful API client that simplifies the process of testing, documenting, and sharing APIs. It provides an intuitive interface for sending requests, viewing responses, and automating workflows through collections.

Using Our Postman Collection

We've prepared a comprehensive Postman collection that includes all available endpoints in our API, properly organized and documented. This collection will help you:

  1. Explore our full REST & GraphQL API capabilities instantly.
  2. Test different endpoints with pre-configured requests and sample parameters.
  3. Understand request headers, query filters, and response JSON formats.
  4. Quickly integrate Playground API endpoints into your frontend applications.
Postman Workspace Preview
1
// Postman Environment Variable Setup
2
baseUrl: /api/v1
3
pg_identity: <your_signed_session_token>

Getting Started

  1. Download and install Postman desktop or web client if you haven't already.
  2. Download our Postman collection by clicking the link below.
  3. In Postman, click "Import" in the top left and select the downloaded JSON file.
  4. In Environment variables, set API_URL to /api/v1.
  5. Start exploring and sending requests to our mock API endpoints!