List and search Clients
GET https://api-sandbox.dwolla.com/clients
List client account openings belonging to the authorized Dwolla Partner Account.
HTTP status and error codes
HTTP Status | Code | Message | Description |
---|---|---|---|
200 | Ok | Success | The Dwolla API accepted the request and returned a response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api-sandbox.dwolla.com/clients","type":"application/vnd.dwolla.v1.hal+json","resource-type":"clients"}},"_embedded":{"clients":[{"_links":{"self":{"href":"https://api-sandbox.dwolla.com/clients/d10ab0bd-8075-440f-a724-0880de4d3fbd","type":"application/vnd.dwolla.v1.hal+json","resource-type":"clients"}},"id":"d10ab0bd-8075-440f-a724-0880de4d3fbd","businessName":"Hats 4 Cats","email":"client1@email.com","verificationStatus":"Verified","created":"2021-09-01T18:51:14.429Z"},{"_links":{"self":{"href":"https://api-sandbox.dwolla.com/clients/10c5b950-a19e-46e2-bae5-4dc4e922979e","type":"application/vnd.dwolla.v1.hal+json","resource-type":"clients"}},"id":"10c5b950-a19e-46e2-bae5-4dc4e922979e","businessName":"Jane Merchant","email":"client2@email.com","verificationStatus":"Verified","created":"2021-10-22T22:18:47.503Z"},{"_links":{"self":{"href":"https://api-sandbox.dwolla.com/clients/02585eb7-683a-4872-addd-fbafc6e9fcf7","type":"application/vnd.dwolla.v1.hal+json","resource-type":"clients"},"document":{"href":"https://api-sandbox.dwolla.com/clients/02585eb7-683a-4872-addd-fbafc6e9fcf7/documents","type":"application/vnd.dwolla.v1.hal+json","resource-type":"document"}},"id":"02585eb7-683a-4872-addd-fbafc6e9fcf7","businessName":"Mickey's Inc.","email":"client3@email.com","verificationStatus":"Document","created":"2022-06-03T14:49:19.430Z"}]},"total":3}