title: “Import the official Postman collection” description: “Import the collection and environment to test every endpoint without writing a single curl.” audience: [“developer”] modules: [“api”] estimated_minutes: 3 last_reviewed: “2026-05-03”
Import the official Postman collection
For: Developer
Last reviewed:
The collection is in sync with the OpenAPI spec. Every release publishes a new version on the developer portal.
TL;DR
Download the collection from https://api.ministrium.app/postman/v1.json and import in Postman.
Steps
1. In Postman: File → Import → Link.
2. Paste https://api.ministrium.app/postman/v1.json.
3. Import the environment with BASE_URL and API_KEY too.
4. Capture your API key in the environment.
5. Test the GET /v1/health endpoint to confirm everything works.
Was this helpful?id:
use-postman-collectionLast updated on