curl --request GET \
--url https://api.conduit.financial/customers \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Secret: <api-key>'{
"data": [],
"links": {
"first": "/customers",
"next": null,
"last": null,
"prev": null
}
}List client’s existing customers
curl --request GET \
--url https://api.conduit.financial/customers \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Secret: <api-key>'{
"data": [],
"links": {
"first": "/customers",
"next": null,
"last": null,
"prev": null
}
}Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
The number of items to return per page.
"0"
The cursor to start the page after.
"cus_2ofTA13AD0xBtbEvBl20aEb1hEu"
A list of customers
Service response for listing customers.
Show child attributes
Show child attributes
bank