Democs Postman Dev-Tools

Endpoints for generating Postman collections, environments, and signing scripts.

Getting Started

  1. Import the Collection — Pick your environment below and click the matching link under /collection.json. Your browser downloads a JSON file. Open Postman → click Import (top-left) → drag or select the file.
  2. Import the Environment — Same flow: click an environment link under /environment.json → Import in Postman. Then select it as active environment from the top-right dropdown.
  3. Start making requests — The collection comes pre-configured with request signing, bearer tokens, and auto-saving of login tokens.
GET/collection.json

Generate a Postman collection from the backend OpenAPI spec. Injects signing scripts, bearer tokens, and post-response handlers.

?env= — target environment   ?doc= — documentation scope (all, client, backoffice)

Pick a scope and environment below to download, then import in Postman.

all
client
backoffice
GET/environment.json

Generate a Postman environment with base URL, fresh ECDSA key pair, UUID, and default variables.

?env= — target environment (default: develop)

Click an environment below to download, then import in Postman.

localdevelop