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
- Use a dedicated test API client.
- Use
example.invalidemail addresses and synthetic names. - Keep credentials in the client environment, not in the collection file. The downloaded template contains empty secret variables only.
- Use a new idempotency key for new logical work.
- 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.