Postman Guide
Run ComplyCube's API easily without writing any code.
Overview
Postman 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:
You can also use our 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:
Environment setup
Copy your test API key.
In Postman, click on the Manage Environment icon (cog in the top-right corner).
Next to Globals, click Edit and create a new variable called
apiKey.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.

