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

ParameterRequiredTypeDescription
idyesstringClient account opening resource unique identifier.

HTTP status and error codes

HTTP StatusCodeMessageDescription
200OkSuccessThe Dwolla API accepted the request and returned a response.
404NotFoundThe requested resource was not found.Client Account not found. Check Client Account Id.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring

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"}