Quick Start
Our Postman collection includes all Conduit API endpoints pre-configured for sandbox testing.Open in Postman
Fork the collection to your workspace and start testing immediately
What’s Included
- ✅ All public API endpoints
- ✅ Pre-configured sandbox environment
- ✅ Environment variables for easy switching
- ✅ Example requests with documentation
- ✅ Automatic header management
Setup Instructions
1
Open the Collection
Click the button above to open the collection in Postman
2
Fork the Collection
Click Fork in the top right to copy the collection to your workspace
3
Set Your Credentials
- Click the collection name
- Go to the Variables tab
- Set
client_api_keyto your API key - Set
client_api_secretto your API secret
4
Start Testing
All requests are ready to use! Select any endpoint and click Send.
Getting API Credentials
To get your API credentials:- Log in to Conduit Portal
- Navigate to API Keys
- Generate new credentials
Environment Variables
The collection includes these pre-configured variables:| Variable | Default Value | Description |
|---|---|---|
client_base_url | https://sandbox-api.conduit.financial | Sandbox API endpoint |
client_api_key | (empty) | Your API key |
client_api_secret | (empty) | Your API secret |
api_version | 2024-12-01 | Current API version |
To switch to production, update
client_base_url to https://api.conduit.financial.Available Endpoints
The collection includes the following endpoint groups:Accounts (9 endpoints)
Accounts (9 endpoints)
- List Accounts -
GET /accounts - Get Account -
GET /accounts/{id} - Get Deposit Instructions -
GET /accounts/{id}/deposit-instructions - All Client Accounts -
GET /clients/accounts - Client Account -
GET /clients/{client_id}/account - Client Deposit Instructions -
GET /clients/{client_id}/account/deposit-instructions - All Customer Accounts -
GET /customers/accounts - Customer Account -
GET /customers/{customer_id}/account - Customer Deposit Instructions -
GET /customers/{customer_id}/account/deposit-instructions
Documents (1 endpoint)
Documents (1 endpoint)
- Upload Document -
POST /documents
Customers (17 endpoints)
Customers (17 endpoints)
- List Customers -
GET /customers - Create Customer -
POST /customers - Get Customer -
GET /customers/{id} - Delete Customer -
DELETE /customers/{id} - Create KYB Link -
POST /customers/{id}/kyb-link - List Payment Methods -
GET /customers/{id}/payment-methods - Create Payment Method -
POST /customers/{id}/payment-methods - Update Payment Method -
PATCH /customers/{id}/payment-methods/{paymentMethodId} - Get Payment Method -
GET /customers/{id}/payment-methods/{paymentMethodId} - Delete Payment Method -
DELETE /customers/{id}/payment-methods/{paymentMethodId} - Upload Transaction Supporting Document -
POST /customers/{id}/documents - Delete Transaction Supporting Document -
DELETE /customers/{id}/documents/{documentId} - Download Transaction Supporting Document -
GET /customers/{id}/documents/{documentId}/download - Create Control Persons -
POST /customers/{id}/control-persons - Upload KYC or KYB Document -
POST /customers/onboarding/{id}/documents - Submit for Onboarding -
POST /customers/{id}/submit - Get Liveness Check -
GET /customers/{id}/control-persons/{controlPersonId}/liveness
Counterparties (9 endpoints)
Counterparties (9 endpoints)
- List Counterparties -
GET /counterparties - Create Counterparty -
POST /counterparties - Get Counterparty -
GET /counterparties/{id} - Update Counterparty -
PATCH /counterparties/{id} - Delete Counterparty -
DELETE /counterparties/{id} - Delete Counterparty Payment Method -
DELETE /counterparties/{id}/payment-methods/{paymentMethodId} - Delete Counterparty Payment Methods -
DELETE /counterparties/{id}/payment-methods - Download Counterparty Document -
GET /counterparties/{id}/documents/{documentId} - Delete Counterparty Document -
DELETE /counterparties/{id}/documents/{documentId}
Quotes (2 endpoints)
Quotes (2 endpoints)
- Create Quote -
POST /quotes - Get Quote Details -
GET /quotes/{id}
Transactions (3 endpoints)
Transactions (3 endpoints)
- List Transactions -
GET /transactions - Create Transaction -
POST /transactions - Get Transaction -
GET /transactions/{id}
Webhooks (5 endpoints)
Webhooks (5 endpoints)
- Create Webhook -
POST /webhooks - Update Webhook -
PUT /webhooks/{id} - List Webhooks -
GET /webhooks - Get Webhook -
GET /webhooks/{id} - Delete Webhook -
DELETE /webhooks/{id}
Simulations - Sandbox Only (3 endpoints)
Simulations - Sandbox Only (3 endpoints)
- Simulate Deposit -
POST /simulator/deposit - Simulate Compliance -
POST /simulator/compliance - Simulate Customer KYB -
POST /simulator/customer-kyb

