Retrieve a Client account
GET https://api-sandbox.dwolla.com/clients/{{clientAccountId}}
Retrieve a client account opening resource belonging to the authorized Dwolla Partner Account.
Request parameters
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | Client account opening resource unique identifier. |
HTTP status and error codes
HTTP Status | Code | Message | Description |
---|---|---|---|
200 | Ok | Success | The Dwolla API accepted the request and returned a response. |
404 | NotFound | The requested resource was not found. | Client Account not found. Check Client Account Id. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |
RESPONSES
status: OK
{"_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"}