Postman Collection

100 pre-built requests organized into 14 folders. Import into Postman and start testing the DUAL API with zero setup.

Setup

1Open Postman and click Import in the top-left corner
2Drag or select dual-api.postman_collection.json
3Import dual-api.postman_environment.json the same way
4Select "DUAL API" from the environment dropdown (top-right)
5Set your access_token variable after authenticating via the Auth → OTP → Login requests

Collection Structure

The collection is organized into 14 folders matching the API reference sections. Each request includes pre-filled URLs, headers, and example request bodies.

FolderRequestsEndpoints
Wallets10Login, registration, profile, token management
Templates7CRUD, search, variations, listing
Objects9Create, list, transfer, state transitions
Payments6Payment intents, subscriptions, refunds
Organizations10Org management, members, invites, roles
Storage6Upload, download, delete, presigned URLs
Webhooks7CRUD, delivery logs, test endpoint
Notifications5Push tokens, send, preferences
Event Bus8Actions, event types, subscriptions
Faces5Face registration, rendering, config
Sequencer5Batch submissions, checkpoints, status
Public API5Indexer queries, stats, public search
API Keys5Create, rotate, revoke, list
Support4Ticket creation, listing, status

Environment Variables

VariableDefaultDescription
{{base_url}}https://gateway-48587430648.europe-west6.run.appAPI base URL
{{access_token}}JWT access token (set after login)
{{refresh_token}}JWT refresh token
{{api_key}}API key for key-based auth
{{org_id}}Default organization ID
{{template_id}}Default template ID
{{object_id}}Default object ID
{{wallet_id}}Default wallet ID