# Postman Guide

## Overview

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

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](https://docs.complycube.com/documentation/integration-resources/testing-data) to simulate specific responses and workflows.

***

## Development collection

The development collection provides a detailed, **resource-oriented overview** of our endpoints. 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 [test 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 **test** and **live** environments directly in Postman.
