Skip to main content
Conduit API home page
Conduit API
Search...
⌘K
Overview
API Conventions
Users
GET
List all users
POST
Create a user
GET
Get a user by ID
DEL
Delete a user
PATCH
Update a user
Customers
GET
List all customers
GET
Get a customer by ID
Applications
GET
List all applications
POST
Create an application
GET
Get an application by ID
PATCH
Cancel an application
Application Requirements
POST
Get onboarding requirements for a country
POST
Get feature requirements for a country
Documents
GET
Get a document by ID
POST
Upload a document
Webhooks
GET
List available webhook event types
GET
List webhook endpoints
POST
Create a webhook endpoint
GET
Get a webhook endpoint by ID
DEL
Delete a webhook endpoint
PATCH
Update a webhook endpoint
GET
List deliveries for a webhook endpoint
GET
Get a delivery by ID
POST
Retry a failed delivery
WalletsCustomer
GET
Get v2customers wallets
POST
Post v2customers wallets
Wallets
GET
Get v2wallets
POST
Post v2wallets rotate
Verifications
POST
Post v2verificationscustomers initiate verification
Conduit API home page
Conduit API
Search...
⌘K
Ask AI
Search...
Navigation
WalletsCustomer
Get v2customers wallets
Guides
API Reference
Guides
API Reference
WalletsCustomer
Get v2customers wallets
GET
/
v2
/
customers
/
{customerId}
/
wallets
Try it
cURL
cURL
curl
--request
GET
\
--url
https://api.example.com/v2/customers/{customerId}/wallets
Path Parameters
customerId
string
required
Response
200 - undefined
Previous
Post v2customers wallets
Next
⌘I
cURL
cURL
curl
--request
GET
\
--url
https://api.example.com/v2/customers/{customerId}/wallets
Assistant
Responses are generated using AI and may contain mistakes.