Postman Collection
Explore and test the Zentra API using the checked-in Postman collection in this repo. The collection is broader than the reviewed public gateway surface, so use it together with Reviewed Public Surface when choosing which folders to rely on in production.Collection Files
Reviewed surface policy
Use this alongside the collection so you can separate reviewed public endpoints from compatibility or draft folders.
docs/current/api-specs/postman/zentra-api.postman_collection.jsondocs/current/api-specs/postman/environments/zentra-sandbox.postman_environment.jsondocs/current/api-specs/postman/environments/zentra-production.postman_environment.json
Getting Started
1. Import Collection
Open Postman, click Import, then upload the checked-in collection and environment files listed above.2. Configure Environment
The collection includes aZentra Sandbox environment. You need to set your API keys:
- Select Zentra Sandbox from the environment dropdown
- Click the Eye icon (Environment quick look)
- Click Edit
- Paste your keys from the Developer Console:
secretKey:sk_sandbox_...publishableKey:pk_sandbox_...baseUrl:https://sandbox.api.usezentra.com
3. Make a Request
Start with a reviewed primitive request:- Open Transfers > Resolve Account
- Click Send
- You should see a
200 OKresponse with resolved bank-account details
Collection Features
- Auth Helper: Automatically adds your Bearer token to headers
- Chained Requests:
{{reference}}from a transaction is automatically saved to environment variables for the next verification step - Examples: Every endpoint includes success and error response examples
- Documentation: Inline description of fields and parameters