# Postman Guide

## Overview

[Postman](https://www.postman.com/) collections simplify testing with the ComplyCube API, letting you explore endpoints quickly and efficiently.

We provide two official collections that cover the full ComplyCube API.

***

## Demo collection

The demo collection provides a hands-on overview of key endpoints in a simple, **scenario-driven format**. It’s the fastest way to explore the ComplyCube API and see it in action.

It runs on a mock account, so **no setup is required**. Just click below to launch it in Postman:

[![Run Demo Collection In Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/1287169-3c7d2d29-dcbe-440d-ac07-b1f686a80572?action=collection%2Ffork\&source=rip_markdown\&collection-url=entityId%3D1287169-3c7d2d29-dcbe-440d-ac07-b1f686a80572%26entityType%3Dcollection%26workspaceId%3D3a924050-35af-484a-bb31-ed767b6affc2)

You can also use our [testing data](/documentation/integration-resources/testing-data.md) to simulate specific responses and workflows.

***

## Development collection

The development collection provides a detailed overview of our **API resources**. It’s designed for deeper exploration of the ComplyCube API and for use alongside your integration work.

This collection leverages **environment variables** for a smoother experience, though it does require some initial setup.

To get started, launch the collection in Postman:

[![Run Development Collection In Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/1287169-d3db4af6-5e51-4b2b-9191-4fc2e154ba0e?action=collection%2Ffork\&source=rip_markdown\&collection-url=entityId%3D1287169-d3db4af6-5e51-4b2b-9191-4fc2e154ba0e%26entityType%3Dcollection%26workspaceId%3D3a924050-35af-484a-bb31-ed767b6affc2)

#### Environment setup

1. Copy your [Sandbox API key](https://portal.complycube.com/developers).
2. In Postman, click on the **Manage Environment** icon (cog in the top-right corner).
3. Next to **Globals**, click **Edit** and create a new variable called `apiKey`.
4. In the **Current Value** field, paste the API key from step 1, then click **Save**.

That’s it. You can now test all ComplyCube endpoints across both **Sandbox** and **Live** environments directly in Postman.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.complycube.com/documentation/integration-resources/postman.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
