Sakhaa Center
API Reference

Postman and OpenAPI

Import the supported Sakhaa contract into Postman or another OpenAPI client.

For
Integration developers
Owner
Integration engineering
Outcome
Test the contract with synthetic data before production use.
Last verified
2026-09-01
Next review
2026-11-30
Status
Supported public contract

Download the OpenAPI 3.1 contract, the Postman collection, or the Postman environment template. Import the collection and environment into Postman, Bruno, Insomnia, or another compatible client.

The collection uses http://localhost:7200/api/v1/capture as its default base URL. Point it at a local mock or disposable sandbox first. Change the base URL to production only after the synthetic flow is healthy and an approved operator reviews the change.

Safe test rules

  1. Use a dedicated test API client.
  2. Use example.invalid email addresses and synthetic names.
  3. Keep credentials in the client environment, not in the collection file. The downloaded template contains empty secret variables only.
  4. Use a new idempotency key for new logical work.
  5. Delete or clearly label synthetic records after the test.

The documentation site does not proxy production credentials or customer payloads. The API reference does not provide a Send button. It provides schemas and code examples only.

On this page